Skip to content
Open
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 modified deps/aws-lambda-cpp-0.2.6.tar.gz
Binary file not shown.
Binary file removed deps/curl-7.83.1.tar.gz
Binary file not shown.
Binary file added deps/curl-7.85.0.tar.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions deps/versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AWS_LAMBDA_CPP_RELEASE=0.2.6
CURL_MAJOR_VERSION=7
CURL_MINOR_VERSION=83
CURL_PATCH_VERSION=1
CURL_MINOR_VERSION=85
CURL_PATCH_VERSION=0

2 changes: 1 addition & 1 deletion scripts/preinstall.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
set -e
set -xe

ARTIFACTS_DIR=$(pwd)/deps/artifacts

Expand Down