Skip to content

Commit 13123e5

Browse files
author
Justin Boswell
authored
aws-c-common and s2n pointed at pending pthreads changes (aws#48)
* aws-c-common and s2n pointed at pending pthreads changes * Updated dependencies to use new releases/commits
1 parent 08236a7 commit 13123e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-common-runtime/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
1717

1818
message("install dir ${AWS_DEPS_INSTALL_DIR}")
1919
set(AWS_C_COMMON_URL "https://github.com/awslabs/aws-c-common.git")
20-
set(AWS_C_COMMON_SHA "v0.4.2")
20+
set(AWS_C_COMMON_SHA "v0.4.3")
2121
include(BuildAwsCCommon)
2222

2323
if (UNIX AND NOT APPLE)
2424
set(S2N_URL "https://github.com/awslabs/s2n.git")
25-
set(S2N_SHA "db4fe111c6e64a206662524da31a5aba6b0932a8")
25+
set(S2N_SHA "042ebe229df8274d7a0708b3940e1a10994ccead")
2626
include(BuildS2N)
2727
endif()
2828

0 commit comments

Comments
 (0)