diff --git a/.appveyor/install.bat b/.appveyor/install.bat index f786c193fb..9b912650d0 100644 --- a/.appveyor/install.bat +++ b/.appveyor/install.bat @@ -25,7 +25,7 @@ GOTO:EOF :getDependencies call:logInfo "Clone dependencies repository" - git clone -q --depth 1 --branch=master https://github.com/telegramdesktop/dependencies_windows.git %LIB_DIR% + 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.5.0 https://github.com/ericniebler/range-v3 diff --git a/docs/building-cmake.md b/docs/building-cmake.md index 80dd033849..e7cf45192a 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 https://github.com/ericniebler/range-v3 + git clone --branch 0.5.0 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 e63c4d1182..e097258457 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 https://github.com/ericniebler/range-v3 range-v3 + git clone --branch 0.5.0 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 70c3fd5f71..90132d1118 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -30,7 +30,7 @@ Go to ***BuildPath*** and run cd Libraries - git clone https://github.com/ericniebler/range-v3 + git clone --branch 0.5.0 https://github.com/ericniebler/range-v3 cd xz-5.0.5 CFLAGS="-mmacosx-version-min=10.8" LDFLAGS="-mmacosx-version-min=10.8" ./configure