Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8708a53

Browse files
committedJun 1, 2021
Update Curl version to 7.77.0
1 parent 5c92d9b commit 8708a53

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.