Skip to content

Commit 1b440a6

Browse files
author
Pushkar Chawda
committed
Update Curl to 7.78.0
1 parent 21e67e5 commit 1b440a6

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

THIRD-PARTY-LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ SOFTWARE.
228228

229229
------
230230

231-
** libcurl; version 7.65.3 -- https://github.com/curl/curl
231+
** libcurl; version 7.78.0 -- https://github.com/curl/curl
232232
Copyright (c) 1996 - 2020, Daniel Stenberg, <[email protected]>, and many
233233
contributors, see the THANKS file.
234234

deps/curl-7.78.0.tar.gz

3.92 MB
Binary file not shown.

deps/curl-7_65_3.tar.gz

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

scripts/preinstall.sh

Lines changed: 2 additions & 2 deletions
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)