Skip to content

Commit a77514e

Browse files
committed
chore: update curl to current 8.18.0
1 parent e42ed5f commit a77514e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

deps/curl.tar.xz

192 KB
Binary file not shown.

scripts/preinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cd "$DEPS_DIR"
3434

3535
# Build curl
3636
echo "Extracting curl..."
37-
CURL_DIR="$DEPS_DIR/curl-src"
37+
CURL_DIR="$DEPS_DIR/curl-src/curl-8.18.0"
3838
mkdir -p "$CURL_DIR"
3939
# Use -o for busybox tar (Alpine), --no-same-owner for GNU tar
4040
if tar --version 2>/dev/null | grep -q GNU; then

0 commit comments

Comments
 (0)