Raise minimum libtorrent version to 1.2.13 (2.0.3)

This commit is contained in:
Vladimir Golovnev (glassez)
2021-03-30 19:29:55 +03:00
parent 2d1c34d8e0
commit 3e5f8c64d4
8 changed files with 18 additions and 18 deletions

View File

@@ -125,7 +125,7 @@ install:
pushd "$HOME"
git clone --single-branch --branch RC_1_2 https://github.com/arvidn/libtorrent.git
cd libtorrent
git checkout tags/v1.2.12
git checkout tags/v1.2.13
cmake \
-DCMAKE_BUILD_TYPE=Release \
@@ -140,7 +140,7 @@ install:
pushd "$HOME"
git clone --single-branch --branch RC_2_0 https://github.com/arvidn/libtorrent.git
cd libtorrent
git checkout tags/v2.0.2
git checkout tags/v2.0.3
git submodule update --init --recursive
cmake \