From c8a84ba4e8158db76d28eefaef734f62fd463954 Mon Sep 17 00:00:00 2001 From: stickz Date: Mon, 30 Dec 2024 13:37:20 -0500 Subject: [PATCH] rTorrent: Upgrade to v7.2 ## Version 7.2 Release This is anther hotfix for `tinyxml2` to resolve compatibility with `sonarr` and other indexer software. fixes #419 ## What's Changed * tinyxml2: Change from i4 to i8 by @stickz in https://github.com/stickz/rtorrent/commit/a3d5903773594d7033af91ef9fdff5185e79250a **Full Changelog**: https://github.com/stickz/rtorrent/compare/v7.1-0.9.8-0.13.8...v7.2-0.9.8-0.13.8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d5a51cb..07a49dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ ARG RUTORRENT_VERSION=25679a45a1e2ca9f7a9e01cab5cc554b8eaa7230 ARG GEOIP2_RUTORRENT_VERSION=4ff2bde530bb8eef13af84e4413cedea97eda148 ARG DUMP_TORRENT_VERSION=302ac444a20442edb4aeabef65b264a85ab88ce9 -# v7.1-0.9.8-0.13.8 -ARG RTORRENT_STICKZ_VERSION=53817f5b5374bdea15e8f7b6659329835fe6a16f +# v7.2-0.9.8-0.13.8 +ARG RTORRENT_STICKZ_VERSION=2f99fa971d65aabc14a367ef077be58cd859bc79 ARG ALPINE_VERSION=3.21 ARG ALPINE_S6_VERSION=${ALPINE_VERSION}-2.2.0.3