Skip to content

Commit

Permalink
Embed scripts version in tag
Browse files Browse the repository at this point in the history
Use last two digits to embed scripts version (00-99) along with
OpenSSL version (e.g. 1.1.1l = 1.1.112).
  • Loading branch information
keeshux committed Nov 25, 2021
1 parent 5df4fba commit 42a049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
.binaryTarget(
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")
]
)

0 comments on commit 42a049c

Please sign in to comment.