summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-03-03 07:48:48 +0000
committer Eric Hameleers <alien@slackware.com>2014-03-03 07:48:48 +0000
commit7fe70181780d795b33b215db555fa013a7b7951c (patch)
tree375c7cd5cde4cadd620b9f309af4ed5e9f1ed422 /libtorrent-rasterbar
parent9a62b365eaf408b9ca583379654f007d46a528c7 (diff)
downloadasb-7fe70181780d795b33b215db555fa013a7b7951c.tar.gz
asb-7fe70181780d795b33b215db555fa013a7b7951c.tar.xz
Update to 0.16.15
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 1911d5dc..c807e1a1 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -66,6 +66,8 @@
# * Update to accompany qbittorrent 3.1,2.
# 0.16.13-1: 03/jan/2014 by Eric Hameleers <alien@slackware.com>
# * Update to accompany qbittorrent 3.1,4.
+# 0.16.15-1: 04/mar/2014 by Eric Hameleers <alien@slackware.com>
+# * Update to accompany qbittorrent 3.1,9.
#
# 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 .
@@ -76,7 +78,7 @@
# Set initial variables:
PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-0.16.13}
+VERSION=${VERSION:-0.16.15}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -92,7 +94,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
-SRCURL="http://libtorrent.googlecode.com/files/${PRGNAM}-${VERSION}.tar.gz"
+SRCURL="http://downloads.sourceforge.net/sourceforge/libtorrent/${PRGNAM}-${VERSION}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##