Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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