libtorrent tag format changed to new standard

Pablo Alcayaga 2021-01-30 16:31:20 -03:00
parent 7aafcb3573
commit 406086d896

@ -66,7 +66,7 @@ B. `wget ...`
git clone https://github.com/arvidn/libtorrent.git git clone https://github.com/arvidn/libtorrent.git
cd libtorrent cd libtorrent
# select the latest release tag # select the latest release tag
git checkout $(git tag | grep libtorrent-1_2_ | sort -t _ -n -k 3 | tail -n 1) git checkout $(git tag | grep v1\.2.\. | sort -t _ -n -k 3 | tail -n 1)
~~~~ ~~~~
### B. Download the [latest release](https://github.com/arvidn/libtorrent/releases) ### B. Download the [latest release](https://github.com/arvidn/libtorrent/releases)