|
1 | 1 |
|
2 |
| -wsjcpp: 1.0.0 |
| 2 | +wsjcpp_version: v0.0.1 |
3 | 3 | cmake_cxx_standard: 11
|
4 | 4 | cmake_minimum_required: 3.0
|
5 | 5 |
|
6 | 6 | name: wsjcpp/wsjcpp-hashes
|
7 |
| -version: 0.0.1 |
| 7 | +version: v0.0.1 |
8 | 8 | description: Collection of hashes
|
9 | 9 | issues: https://github.com/wsjcpp/wsjcpp-hashes/issues
|
| 10 | + |
10 | 11 | repositories:
|
11 |
| - - "https://github.com/wsjcpp/wsjcpp-hashes" |
| 12 | + - type: main |
| 13 | + url: "https://github.com/wsjcpp/wsjcpp-hashes" |
| 14 | + |
12 | 15 | keywords:
|
13 | 16 | - c++
|
14 | 17 | - wsjcpp
|
@@ -36,25 +39,30 @@ requirements:
|
36 | 39 | - pthread
|
37 | 40 |
|
38 | 41 | distribution:
|
39 |
| - sources: |
40 |
| - - from: src/md5.cpp |
41 |
| - to: md5.cpp |
42 |
| - sha1: "b9a2f18170280e20d001f3c8a41cb52f4c2428e8" |
43 |
| - - from: src/md5.h |
44 |
| - to: md5.h |
45 |
| - sha1: "6792979b9334d1853d3562fa17ca1db7de7d4ee3" |
46 |
| - - from: src/smallsha1.h |
47 |
| - to: smallsha1.h |
48 |
| - sha1: "44d204561dc64fdc0a603b02872f10cb6387e7c6" |
49 |
| - - from: src/smallsha1.cpp |
50 |
| - to: smallsha1.cpp |
51 |
| - sha1: "4ce3e44851139bdd2acd6c6e9a440a9c75022322" |
52 |
| - - from: src/wsjcpp_hashes.cpp |
53 |
| - to: wsjcpp_hashes.cpp |
54 |
| - sha1: "fbbd17bf3a73110c502676ee09e657711ce32bc1" |
55 |
| - - from: src/wsjcpp_hashes.h |
56 |
| - to: wsjcpp_hashes.h |
57 |
| - sha1: "35197d7d82ffb756b3af11021ee94c4dc68ddd0a" |
| 42 | + - source-file: src/md5.cpp |
| 43 | + target-file: md5.cpp |
| 44 | + sha1: "b9a2f18170280e20d001f3c8a41cb52f4c2428e8" |
| 45 | + type: "source-code" |
| 46 | + - source-file: src/md5.h |
| 47 | + target-file: md5.h |
| 48 | + sha1: "6792979b9334d1853d3562fa17ca1db7de7d4ee3" |
| 49 | + type: "source-code" |
| 50 | + - source-file: src/smallsha1.h |
| 51 | + target-file: smallsha1.h |
| 52 | + sha1: "44d204561dc64fdc0a603b02872f10cb6387e7c6" |
| 53 | + type: "source-code" |
| 54 | + - source-file: src/smallsha1.cpp |
| 55 | + target-file: smallsha1.cpp |
| 56 | + sha1: "4ce3e44851139bdd2acd6c6e9a440a9c75022322" |
| 57 | + type: "source-code" |
| 58 | + - source-file: src/wsjcpp_hashes.cpp |
| 59 | + target-file: wsjcpp_hashes.cpp |
| 60 | + sha1: "fbbd17bf3a73110c502676ee09e657711ce32bc1" |
| 61 | + type: "source-code" |
| 62 | + - source-file: src/wsjcpp_hashes.h |
| 63 | + target-file: wsjcpp_hashes.h |
| 64 | + sha1: "35197d7d82ffb756b3af11021ee94c4dc68ddd0a" |
| 65 | + type: "source-code" |
58 | 66 |
|
59 | 67 | unit-tests:
|
60 | 68 | folder: unit-tests # default
|
|
0 commit comments