Use Libtorrent 1.2

This commit is contained in:
c0re100 2022-09-02 07:44:50 +08:00
parent 696b4d8851
commit 200324dd65
No known key found for this signature in database
GPG Key ID: 7C3B3004FE745AAF
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ set -o pipefail
# match qt version prefix. E.g 5 --> 5.15.2, 5.12 --> 5.12.10
export QT_VER_PREFIX="6"
export LIBTORRENT_BRANCH="RC_2_0"
export LIBTORRENT_BRANCH="RC_1_2"
rm -f /etc/apt/sources.list.d/*.list*
# Ubuntu mirror for local building

View File

@ -12,7 +12,7 @@ set -o pipefail
# match qt version prefix. E.g 5 --> 5.15.2, 5.12 --> 5.12.10
export QT_VER_PREFIX="6"
export LIBTORRENT_BRANCH="RC_2_0"
export LIBTORRENT_BRANCH="RC_1_2"
# Ubuntu mirror for local building
if [ x"${USE_CHINA_MIRROR}" = x1 ]; then