Skip to content

Commit

Permalink
Update Curl version to 7.77.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
preearor authored Jun 4, 2021
1 parent 5c92d9b commit 005c16e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added deps/curl-7.77.0.tar.gz
Binary file not shown.
Binary file removed deps/curl-7_72_0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion deps/versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
AWS_LAMBDA_CPP_RELEASE=0.2.6
CURL_VERSION=7_72_0
CURL_VERSION=7.77.0
2 changes: 1 addition & 1 deletion scripts/preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else

(
# Build Curl
cd curl-curl-$CURL_VERSION && \
cd curl-$CURL_VERSION && \
./buildconf && \
./configure \
--prefix "$ARTIFACTS_DIR" \
Expand Down

0 comments on commit 005c16e

Please sign in to comment.