Skip to content

Commit 030bec4

Browse files
committed
Update libcurl and OpenSSL
1 parent 5e872a7 commit 030bec4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libcurl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

33
. ./sdk.sh
4-
CURL_VERSION=8.17.0
4+
CURL_VERSION=8.18.0
55

66
mkdir -p output/libcurl/lib/$TARGET_ABI
77
mkdir -p deps; cd deps

openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
OPENSSL_VERSION=3.6.0
3+
OPENSSL_VERSION=3.6.1
44

55
. ./sdk.sh
66

0 commit comments

Comments
 (0)