diff options
-rw-r--r-- | libraries/libtorrent/libtorrent.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/libtorrent/libtorrent.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/libraries/libtorrent/libtorrent.SlackBuild b/libraries/libtorrent/libtorrent.SlackBuild index edee126517..1f41c92656 100644 --- a/libraries/libtorrent/libtorrent.SlackBuild +++ b/libraries/libtorrent/libtorrent.SlackBuild @@ -9,6 +9,7 @@ # Original version had no license. Modified version is # licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250124 bkw: update for v0.15.1. # 20241124 bkw: update for v0.14.0. # 20240916 bkw: # - new maintainer. @@ -21,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libtorrent -VERSION=${VERSION:-0.14.0} +VERSION=${VERSION:-0.15.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/libtorrent/libtorrent.info b/libraries/libtorrent/libtorrent.info index 9a0642242f..584fe67161 100644 --- a/libraries/libtorrent/libtorrent.info +++ b/libraries/libtorrent/libtorrent.info @@ -1,8 +1,8 @@ PRGNAM="libtorrent" -VERSION="0.14.0" +VERSION="0.15.1" HOMEPAGE="https://github.com/rakshasa/libtorrent" -DOWNLOAD="https://github.com/rakshasa/libtorrent/archive/v0.14.0/libtorrent-0.14.0.tar.gz" -MD5SUM="a9d572ec6e10e2f0b7707584e16136d7" +DOWNLOAD="https://github.com/rakshasa/libtorrent/archive/v0.15.1/libtorrent-0.15.1.tar.gz" +MD5SUM="ee2b94b7969c4270dfb1de2de3662c66" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |