diff --git a/.appveyor/install.bat b/.appveyor/install.bat index 062d87a85..590d1e0f5 100644 --- a/.appveyor/install.bat +++ b/.appveyor/install.bat @@ -28,7 +28,7 @@ GOTO:EOF git clone -q --depth 1 --branch master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR% cd %LIB_DIR% - git clone https://github.com/ericniebler/range-v3 + git clone --depth 1 --branch 0.9.1 https://github.com/ericniebler/range-v3 if exist prepare.bat ( call prepare.bat diff --git a/.travis/build.sh b/.travis/build.sh index ac04dab46..4b6d05ff8 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -217,7 +217,7 @@ buildRange() { rm -rf * cd "$EXTERNAL" - git clone --depth=1 https://github.com/ericniebler/range-v3 + git clone --depth 1 --branch 0.9.1 https://github.com/ericniebler/range-v3 cd "$EXTERNAL/range-v3" cp -r * "$RANGE_PATH/" diff --git a/docs/building-cmake.md b/docs/building-cmake.md index ce59fd5f7..efc27ec3b 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -38,7 +38,7 @@ Go to ***BuildPath*** and run mkdir Libraries cd Libraries - git clone --branch 0.5.0 https://github.com/ericniebler/range-v3 + git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 git clone https://github.com/telegramdesktop/zlib.git cd zlib diff --git a/docs/building-msvc.md b/docs/building-msvc.md index f233105c7..74e513eba 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -55,7 +55,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** mkdir Libraries cd Libraries - git clone --branch 0.5.0 https://github.com/ericniebler/range-v3 range-v3 + git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 range-v3 git clone https://github.com/telegramdesktop/lzma.git cd lzma\C\Util\LzmaLib diff --git a/docs/building-xcode.md b/docs/building-xcode.md index 90132d111..8dfec1897 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -30,7 +30,7 @@ Go to ***BuildPath*** and run cd Libraries - git clone --branch 0.5.0 https://github.com/ericniebler/range-v3 + git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 cd xz-5.0.5 CFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4a4cf5b18..1adc7047f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -393,6 +393,7 @@ parts: range-v3: source: https://github.com/ericniebler/range-v3.git source-depth: 1 + source-tag: 0.9.1 plugin: nil override-build: | set -x