Skip to content

Commit 83fbbd2

Browse files
chore: bump version to openssl-3.3.2
1 parent 4ae8c2c commit 83fbbd2

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.1/Libssl.xcframework.zip",
24-
checksum: "203e6e3774043650be324748986f6075cbde0e57bfe15abd52b3e5e6082852ed"
23+
url: "https://github.com/mpvkit/openssl-build/releases/download/3.3.2/Libssl.xcframework.zip",
24+
checksum: "9da5f7854b3f839aca42ddda4a82ea0c7e5f5428c6702691226a0e6669c4e521"
2525
),
2626
.binaryTarget(
2727
name: "Libcrypto",
28-
url: "https://github.com/mpvkit/openssl-build/releases/download/3.3.1/Libcrypto.xcframework.zip",
29-
checksum: "7e9c2bfc498c7eb3b9f9b6c450945cab090e9f71f067faee52409a4dfbbb485f"
28+
url: "https://github.com/mpvkit/openssl-build/releases/download/3.3.2/Libcrypto.xcframework.zip",
29+
checksum: "326d8e86e6b8708ae79af44302cad7585dc213acef15ba97277e50f163a36946"
3030
),
3131
//AUTO_GENERATE_TARGETS_END//
3232
]

0 commit comments

Comments
 (0)