Skip to content

Commit 2bbf9a6

Browse files
authored
Add mpt-crypto 0.1.0-rc2 (#40)
1 parent 23c2628 commit 2bbf9a6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
conan export ed25519/all --version=2015.03
4040
conan export grpc/all --version=1.72.0
4141
conan export m4/all --version=1.4.19
42-
conan export mpt-crypto/all --version=0.1.0-rc1
42+
conan export mpt-crypto/all --version=0.1.0-rc2
4343
conan export nudb/all --version=2.0.9
4444
conan export openssl/3.x.x --version=3.5.4
4545
conan export secp256k1/all --version=0.7.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
sources:
2+
"0.1.0-rc2":
3+
url: https://github.com/XRPLF/mpt-crypto/archive/refs/tags/0.1.0-rc2.zip
4+
sha256: 33c37ceeff351be119b6081822b542298ca95db02ea2780dddf3cca5998076f3
25
"0.1.0-rc1":
36
url: https://github.com/XRPLF/mpt-crypto/archive/refs/tags/0.1.0-rc1.zip
47
sha256: bbcd1b2ac7b31854a85ee8f28b409f0d4b558597ae7ff86e0778f0c5d90ea132

recipes/mpt-crypto/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
versions:
2+
"0.1.0-rc2":
3+
folder: all
24
"0.1.0-rc1":
35
folder: all

0 commit comments

Comments
 (0)