Skip to content

Commit 44957f6

Browse files
chore: bump version to openssl-3.3.2
1 parent 70c9736 commit 44957f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ let package = Package(
2020

2121
.binaryTarget(
2222
name: "Libssl",
23-
url: "https://github.com/mpvkit/openssl-build/releases/download/3.3.2/Libssl.xcframework.zip",
24-
checksum: "9da5f7854b3f839aca42ddda4a82ea0c7e5f5428c6702691226a0e6669c4e521"
23+
url: "https://github.com/mpvkit/openssl-build/releases/download/3.3.2-xcode26/Libssl.xcframework.zip",
24+
checksum: "94e062961b5c666d4bbcc94c64b59063750e2711fe330448b8db9ee4e7c5648c"
2525
),
2626
.binaryTarget(
2727
name: "Libcrypto",
28-
url: "https://github.com/mpvkit/openssl-build/releases/download/3.3.2/Libcrypto.xcframework.zip",
29-
checksum: "326d8e86e6b8708ae79af44302cad7585dc213acef15ba97277e50f163a36946"
28+
url: "https://github.com/mpvkit/openssl-build/releases/download/3.3.2-xcode26/Libcrypto.xcframework.zip",
29+
checksum: "0fa8ce35acdfd646413c657f8e31ee00da10517934e9fcdf2eac3299ae3ea6cb"
3030
),
3131
//AUTO_GENERATE_TARGETS_END//
3232
]

0 commit comments

Comments
 (0)