File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 33
44import PackageDescription
55
6+ let filename = " openssl.xcframework.zip "
7+ let version = " 3.2.108 "
8+ let checksum = " 3b42bf3d19a113f9b3d38def711ec693c6be65683afba13f94eec4ad4fee5b67 "
9+
610let package = Package (
711 name: " openssl-apple " ,
812 products: [
@@ -15,8 +19,9 @@ let package = Package(
1519 targets: [
1620 . binaryTarget(
1721 name: " openssl " ,
18- url: " https://github.com/passepartoutvpn/openssl-apple/releases/download/3.2.108/openssl.xcframework.zip " ,
19- checksum: " 3b42bf3d19a113f9b3d38def711ec693c6be65683afba13f94eec4ad4fee5b67 " ) ,
22+ url: " https://github.com/passepartoutvpn/openssl-apple/releases/download/ \( version) / \( filename) " ,
23+ checksum: checksum
24+ ) ,
2025
2126 // local development
2227// .binaryTarget(
You can’t perform that action at this time.
0 commit comments