Skip to content

Commit 6865093

Browse files
authored
Release 0.1.1 with updated binary urls (#8)
Signed-off-by: conanoc <[email protected]>
1 parent 5cf166b commit 6865093

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ let package = Package(
3939
dependencies: ["Askar"]),
4040
.binaryTarget(
4141
name: "askar_uniffiFFI",
42-
url: "https://github.com/hyperledger/aries-uniffi-wrappers/releases/download/0.1.0-prepare/askar_uniffiFFI.xcframework.zip",
43-
checksum: "82e61bb8bd1c645d1c027d67ea627d92631f68d682b4deb57218e78ead78ff44"),
42+
url: "https://github.com/hyperledger/aries-uniffi-wrappers/releases/download/0.1.1-binary/askar_uniffiFFI.xcframework.zip",
43+
checksum: "761220bc486d14c371c84c30481c7b07b4e8dc53a0e61cdd3e67efa842bc73ab"),
4444
.target(
4545
name: "IndyVdr",
4646
dependencies: ["indy_vdr_uniffiFFI"]),
@@ -52,7 +52,7 @@ let package = Package(
5252
]),
5353
.binaryTarget(
5454
name: "indy_vdr_uniffiFFI",
55-
url: "https://github.com/hyperledger/aries-uniffi-wrappers/releases/download/0.1.0-prepare/indy_vdr_uniffiFFI.xcframework.zip",
56-
checksum: "bf1981bb854bb565a6803f917e67bf9238ed798cecbed9ffdf247cbc118b6f55"),
55+
url: "https://github.com/hyperledger/aries-uniffi-wrappers/releases/download/0.1.1-binary/indy_vdr_uniffiFFI.xcframework.zip",
56+
checksum: "076821ffbeb291e2541dbe8eb6186e2583cbadd68cde144c999cf0362fe9a19c"),
5757
]
5858
)

0 commit comments

Comments
 (0)