Skip to content

Commit 42a049c

Browse files
committed
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).
1 parent 5df4fba commit 42a049c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2121
.binaryTarget(
2222
name: "openssl",
23-
url: "https://github.com/keeshux/openssl-apple/releases/download/1.1.112/openssl.xcframework.zip",
23+
url: "https://github.com/keeshux/openssl-apple/releases/download/1.1.11200/openssl.xcframework.zip",
2424
checksum: "6f6bfa4d9ce6330d7f964d74535d4b8e7b6b1e01578765b673c285922ae6f49f")
2525
]
2626
)

0 commit comments

Comments
 (0)