Skip to content

Commit ec2f48d

Browse files
committed
Updated wsjcpp.yml
1 parent 49491cc commit ec2f48d

File tree

1 file changed

+30
-22
lines changed

1 file changed

+30
-22
lines changed

wsjcpp.yml

+30-22
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11

2-
wsjcpp: 1.0.0
2+
wsjcpp_version: v0.0.1
33
cmake_cxx_standard: 11
44
cmake_minimum_required: 3.0
55

66
name: wsjcpp/wsjcpp-hashes
7-
version: 0.0.1
7+
version: v0.0.1
88
description: Collection of hashes
99
issues: https://github.com/wsjcpp/wsjcpp-hashes/issues
10+
1011
repositories:
11-
- "https://github.com/wsjcpp/wsjcpp-hashes"
12+
- type: main
13+
url: "https://github.com/wsjcpp/wsjcpp-hashes"
14+
1215
keywords:
1316
- c++
1417
- wsjcpp
@@ -36,25 +39,30 @@ requirements:
3639
- pthread
3740

3841
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"
5866

5967
unit-tests:
6068
folder: unit-tests # default

0 commit comments

Comments
 (0)