diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2024-10-23 12:03:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-23 12:11:57 +0700 |
commit | 51814553d1bc3447c957df0c1a6ca0fd963f0ea6 (patch) | |
tree | b07be59fc52837f979cc2e1b7caea39a88e3c328 | |
parent | 6930a5a879975c6d6ad96c6a9826a988114baaff (diff) |
libraries/libtorrent2: Updated for version 2.0.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/libtorrent2/libtorrent2.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/libtorrent2/libtorrent2.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libtorrent2/libtorrent2.SlackBuild b/libraries/libtorrent2/libtorrent2.SlackBuild index adf62f85955b..057512f86110 100644 --- a/libraries/libtorrent2/libtorrent2.SlackBuild +++ b/libraries/libtorrent2/libtorrent2.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libtorrent2 -# Copyright 2023 Steven Voges <Oregon, USA> +# Copyright 2023-2024 Steven Voges <Oregon, USA> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libtorrent2 SRCNAM=libtorrent -VERSION=${VERSION:-2.0.9} +VERSION=${VERSION:-2.0.10} ASIOGNUTLS=${ASIOGNUTLS:-a57d4d36923c5fafa9698e14be16b8bc2913700a} TRY_SIGNAL=${TRY_SIGNAL:-105cce59972f925a33aa6b1c3109e4cd3caf583d} DEPRECATED=${DEPRECATED:-ON} diff --git a/libraries/libtorrent2/libtorrent2.info b/libraries/libtorrent2/libtorrent2.info index f5aea30f0fdf..fd8cb179976c 100644 --- a/libraries/libtorrent2/libtorrent2.info +++ b/libraries/libtorrent2/libtorrent2.info @@ -1,10 +1,10 @@ PRGNAM="libtorrent2" -VERSION="2.0.9" +VERSION="2.0.10" HOMEPAGE="http://libtorrent.org" -DOWNLOAD="https://github.com/arvidn/libtorrent/archive/v2.0.9/libtorrent-2.0.9.tar.gz \ +DOWNLOAD="https://github.com/arvidn/libtorrent/archive/v2.0.10/libtorrent-2.0.10.tar.gz \ https://github.com/arvidn/try_signal/archive/105cce59972f925a33aa6b1c3109e4cd3caf583d/try_signal-105cce59972f925a33aa6b1c3109e4cd3caf583d.tar.gz \ https://github.com/paullouisageneau/boost-asio-gnutls/archive/a57d4d36923c5fafa9698e14be16b8bc2913700a/boost-asio-gnutls-a57d4d36923c5fafa9698e14be16b8bc2913700a.tar.gz" -MD5SUM="bd6e98e36acef852cf5412de878abf22 \ +MD5SUM="d113b56fbd1db34f44f464a64bbceae2 \ efa9b02ede430512d1e52a875b38fd98 \ cf76756ae1a1b4e46a3f9a72f2806010" DOWNLOAD_x86_64="" |