diff --git a/.appveyor/install.bat b/.appveyor/install.bat index 420667e0a8..778617001b 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 --depth 1 --branch 0.9.1 https://github.com/ericniebler/range-v3 + git clone --depth 1 --branch 0.10.0 https://github.com/ericniebler/range-v3 if exist prepare.bat ( call prepare.bat diff --git a/.travis/build.sh b/.travis/build.sh index 6033b51d3d..7b9fd4df21 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -224,7 +224,7 @@ buildRange() { rm -rf * cd "$EXTERNAL" - git clone --depth 1 --branch 0.9.1 https://github.com/ericniebler/range-v3 + git clone --depth 1 --branch 0.10.0 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 54d2ba123c..87ee0ae674 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -56,7 +56,7 @@ Go to ***BuildPath*** and run cd patches git checkout 395b620 cd ../ - git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 + git clone --branch 0.10.0 https://github.com/ericniebler/range-v3 git clone https://github.com/madler/zlib.git cd zlib diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 5353e80693..e236775774 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -67,7 +67,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** cd patches git checkout 395b620 cd .. - git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 range-v3 + git clone --branch 0.10.0 https://github.com/ericniebler/range-v3 range-v3 git clone https://github.com/desktop-app/lzma.git cd lzma\C\Util\LzmaLib diff --git a/docs/building-osx.md b/docs/building-osx.md index 66b16a7be8..23f11b64b5 100644 --- a/docs/building-osx.md +++ b/docs/building-osx.md @@ -54,7 +54,7 @@ Go to ***BuildPath*** and run cd patches git checkout 395b620 cd ../ - git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 + git clone --branch 0.10.0 https://github.com/ericniebler/range-v3 cd xz-5.0.5 CFLAGS="-mmacosx-version-min=10.10" LDFLAGS="-mmacosx-version-min=10.10" ./configure diff --git a/docs/building-xcode.md b/docs/building-xcode.md index b4ac69397c..f1fb7ae452 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -52,7 +52,7 @@ Go to ***BuildPath*** and run cd patches git checkout 395b620 cd ../ - git clone --branch 0.9.1 https://github.com/ericniebler/range-v3 + git clone --branch 0.10.0 https://github.com/ericniebler/range-v3 cd xz-5.0.5 CFLAGS="-mmacosx-version-min=10.12" LDFLAGS="-mmacosx-version-min=10.12" ./configure --prefix=/usr/local/macos diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 8919c54963..6461bba7bc 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -392,7 +392,7 @@ parts: range-v3: source: https://github.com/ericniebler/range-v3.git source-depth: 1 - source-tag: 0.9.1 + source-tag: 0.10.0 plugin: nil override-build: | set -x