new tags are named like libtorrent_1_1_11, libtorrent_1_1_12

dlastov 2019-02-17 15:24:59 +01:00
parent 887656eb25
commit eb7a6dc885

@ -29,7 +29,7 @@ Clone from the repo
cd libtorrent
If you want to use libtorrent 1.1.* (Also see: [https://github.com/qbittorrent/qBittorrent/issues/6132 issue 6132])
git checkout $(git tag | grep libtorrent-1_1_ | sort -t _ -n -k 3 | tail -n 1)
git checkout $(git tag | grep libtorrent_1_1_ | sort -t _ -n -k 4 | tail -n 1)
./autotool.sh
./configure --disable-debug --enable-encryption --with-libgeoip=system CXXFLAGS=-std=c++11