From 2215b6d44b90f1d398212ac548b0271174913fff Mon Sep 17 00:00:00 2001 From: Duc Thanh Nguyen Date: Tue, 5 Jul 2022 15:30:02 -0400 Subject: [PATCH] Update rangev3 to 0.12.0 --- cmake/range-v3.cmake | 6 +++--- scripts/release_ppa.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/range-v3.cmake b/cmake/range-v3.cmake index d6d9cb773..75ed5a92e 100644 --- a/cmake/range-v3.cmake +++ b/cmake/range-v3.cmake @@ -12,9 +12,9 @@ set(RANGE_V3_INCLUDE_DIR "${prefix}/include") ExternalProject_Add(range-v3-project PREFIX "${prefix}" DOWNLOAD_DIR "${CMAKE_SOURCE_DIR}/deps/downloads" - DOWNLOAD_NAME range-v3-0.11.0.tar.gz - URL https://github.com/ericniebler/range-v3/archive/0.11.0.tar.gz - URL_HASH SHA256=376376615dbba43d3bef75aa590931431ecb49eb36d07bb726a19f680c75e20c + DOWNLOAD_NAME range-v3-0.12.0.tar.gz + URL https://github.com/ericniebler/range-v3/archive/0.12.0.tar.gz + URL_HASH SHA256=015adb2300a98edfceaf0725beec3337f542af4915cec4d0b89fa0886f4ba9cb CMAKE_COMMAND ${RANGE_V3_CMAKE_COMMAND} CMAKE_ARGS -DCMAKE_INSTALL_PREFIX= -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index 8daf91c8d..827b1fa97 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -108,7 +108,7 @@ mv solidity solc # Fetch dependencies mkdir -p ./solc/deps/downloads/ 2>/dev/null || true wget -O ./solc/deps/downloads/jsoncpp-1.9.3.tar.gz https://github.com/open-source-parsers/jsoncpp/archive/1.9.3.tar.gz -wget -O ./solc/deps/downloads/range-v3-0.11.0.tar.gz https://github.com/ericniebler/range-v3/archive/0.11.0.tar.gz +wget -O ./solc/deps/downloads/range-v3-0.12.0.tar.gz https://github.com/ericniebler/range-v3/archive/0.12.0.tar.gz wget -O ./solc/deps/downloads/fmt-8.0.1.tar.gz https://github.com/fmtlib/fmt/archive/8.0.1.tar.gz # Determine version