From f9dada71eda9573c2759cb37df74c06efc80a503 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 9 Apr 2021 17:31:49 +0200 Subject: [PATCH] update another qbittorrent link --- .containers/apps/qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.containers/apps/qbittorrent/Dockerfile b/.containers/apps/qbittorrent/Dockerfile index d5c142144bf..6e56d9f48c6 100644 --- a/.containers/apps/qbittorrent/Dockerfile +++ b/.containers/apps/qbittorrent/Dockerfile @@ -91,7 +91,7 @@ RUN \ ;; \ esac \ && \ - export LIBTORRENT_DEB="libtorrent-rasterbar10_1.2.12+git20210118.3efdb8a941-1ppa1~20.04_${LIBTORRENT_ARCH}.deb" \ + export LIBTORRENT_DEB="libtorrent-rasterbar10_1.2.13+git20210323.34a979720b-1ppa1~20.04_${LIBTORRENT_ARCH}.deb" \ && \ curl -fsSL -o /tmp/libtorrent-rasterbar.deb \ "https://launchpad.net/~qbittorrent-team/+archive/ubuntu/qbittorrent-stable/+files/${LIBTORRENT_DEB}" \