Skip to content

Commit 029196d

Browse files
authored
Update Curl version to 7.77.0 (aws#35)
1 parent 191b808 commit 029196d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

deps/curl-7.77.0.tar.gz

3.95 MB
Binary file not shown.

deps/curl-7_65_3.tar.gz

-2.78 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_65_3
2+
CURL_VERSION=7.77.0

scripts/preinstall.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else
1919
cd deps
2020
. ./versions
2121

22-
rm -rf ./curl-curl-$CURL_VERSION
22+
rm -rf ./curl-$CURL_VERSION
2323
rm -rf ./aws-lambda-cpp-$AWS_LAMBDA_CPP_RELEASE
2424

2525
# unpack dependencies
@@ -28,7 +28,7 @@ else
2828

2929
(
3030
# Build Curl
31-
cd curl-curl-$CURL_VERSION && \
31+
cd curl-$CURL_VERSION && \
3232
./buildconf && \
3333
./configure \
3434
--prefix "$ARTIFACTS_DIR" \

0 commit comments

Comments
 (0)