Skip to content

Commit 005c16e

Browse files
authored
Update Curl version to 7.77.0 (#23)
1 parent 5c92d9b commit 005c16e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

deps/curl-7.77.0.tar.gz

3.95 MB
Binary file not shown.

deps/curl-7_72_0.tar.gz

-2.76 MB
Binary file not shown.

deps/versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS_LAMBDA_CPP_RELEASE=0.2.6
2-
CURL_VERSION=7_72_0
2+
CURL_VERSION=7.77.0

scripts/preinstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525

2626
(
2727
# Build Curl
28-
cd curl-curl-$CURL_VERSION && \
28+
cd curl-$CURL_VERSION && \
2929
./buildconf && \
3030
./configure \
3131
--prefix "$ARTIFACTS_DIR" \

0 commit comments

Comments
 (0)