Embed scripts version in tag

Use last two digits to embed scripts version (00-99) along with
OpenSSL version (e.g. 1.1.1l = 1.1.112).
This commit is contained in:
Davide De Rosa 2021-11-25 09:24:48 +01:00
parent 5df4fba83e
commit 42a049c406
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on. // Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget( .binaryTarget(
name: "openssl", name: "openssl",
url: "https://github.com/keeshux/openssl-apple/releases/download/1.1.112/openssl.xcframework.zip", url: "https://github.com/keeshux/openssl-apple/releases/download/1.1.11200/openssl.xcframework.zip",
checksum: "6f6bfa4d9ce6330d7f964d74535d4b8e7b6b1e01578765b673c285922ae6f49f") checksum: "6f6bfa4d9ce6330d7f964d74535d4b8e7b6b1e01578765b673c285922ae6f49f")
] ]
) )