summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-08-17 08:37:42 +0000
committer Eric Hameleers <alien@slackware.com>2015-08-17 08:37:42 +0000
commit9b33483236ce7eaece2514c7413ec9b94c82dfb8 (patch)
tree45979c0c2dedf557c97561ee27ed220f767395d8 /libtorrent-rasterbar
parent653b714deff0a725da9505ce00f34b27ffd77e00 (diff)
downloadasb-9b33483236ce7eaece2514c7413ec9b94c82dfb8.tar.gz
asb-9b33483236ce7eaece2514c7413ec9b94c82dfb8.tar.xz
libtorrent-rasterbar: updated to 1.0.6.
Diffstat (limited to 'libtorrent-rasterbar')
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
index 96721eb2..880e69b8 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -72,6 +72,8 @@
# * Update to accompany qbittorrent 3.1,11.
# 1.0.4-1: 30/may/2015 by Eric Hameleers <alien@slackware.com>
# * Update (v1.x !) to accompany qbittorrent 3.2.0.
+# 1.0.6-1: 17/aug/2015 by Eric Hameleers <alien@slackware.com>
+# * Update to accompany qbittorrent 3.2.3.
#
# Run 'sh libtorrent-rasterbar.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -82,7 +84,7 @@
# Set initial variables:
PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-1.0.4}
+VERSION=${VERSION:-1.0.6}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -98,7 +100,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
-SRCURL="http://downloads.sourceforge.net/sourceforge/libtorrent/${PRGNAM}-${VERSION}.tar.gz"
+SRCURL="https://github.com/arvidn/libtorrent/releases/download/libtorrent-$(echo $VERSION |tr . _)/${PRGNAM}-${VERSION}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##