File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11
11
# ===== Versioning ==============================================================
12
12
13
13
# # OpenSSL version to build
14
- VERSION ?= 1.1.1v
14
+ VERSION ?= 1.1.1w
15
15
16
16
# # Extra version of the distributed package
17
17
PACKAGE_VERSION ?= 1
Original file line number Diff line number Diff line change 25
25
# SCRIPT DEFAULTS
26
26
27
27
# Default version in case no version is specified
28
- DEFAULTVERSION=" 1.1.1v "
28
+ DEFAULTVERSION=" 1.1.1w "
29
29
30
30
# Default (=full) set of targets (OpenSSL >= 1.1.1) to build
31
31
DEFAULTTARGETS=` cat << TARGETS
@@ -490,6 +490,7 @@ OPENSSL_CHECKSUMS="
490
490
1.1.1k 892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5
491
491
1.1.1u e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6
492
492
1.1.1v d6697e2871e77238460402e9362d47d18382b15ef9f246aba6c7bd780d38a6b0
493
+ 1.1.1w cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8
493
494
"
494
495
checksum_checked=false
495
496
while read version expectedSHA256; do
Original file line number Diff line number Diff line change 1
1
{
2
+ "1.1.12301" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12301/openssl-dynamic-xcframework.zip" ,
2
3
"1.1.12201" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12201/openssl-dynamic-xcframework.zip" ,
3
4
"1.1.12101" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12101/openssl-dynamic-xcframework.zip" ,
4
5
"1.1.11101" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.11101/openssl-dynamic-xcframework.zip" ,
Original file line number Diff line number Diff line change 1
1
{
2
+ "1.1.12301" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12301/openssl-static-xcframework.zip" ,
2
3
"1.1.12201" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12201/openssl-static-xcframework.zip" ,
3
4
"1.1.12101" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.12101/openssl-static-xcframework.zip" ,
4
5
"1.1.11101" : " https://github.com/cossacklabs/openssl-apple/releases/download/1.1.11101/openssl-static-xcframework.zip" ,
You can’t perform that action at this time.
0 commit comments