From 406086d8962b4826f7938bd33495b6c6c668186d Mon Sep 17 00:00:00 2001 From: Pablo Alcayaga <1160066+alcayaga@users.noreply.github.com> Date: Sat, 30 Jan 2021 16:31:20 -0300 Subject: [PATCH] libtorrent tag format changed to new standard --- Compilation:-DietPi-and-Raspbian-(Debian-9.0).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compilation:-DietPi-and-Raspbian-(Debian-9.0).md b/Compilation:-DietPi-and-Raspbian-(Debian-9.0).md index 083d85a..b26027f 100644 --- a/Compilation:-DietPi-and-Raspbian-(Debian-9.0).md +++ b/Compilation:-DietPi-and-Raspbian-(Debian-9.0).md @@ -66,7 +66,7 @@ B. `wget ...` git clone https://github.com/arvidn/libtorrent.git cd libtorrent # 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)