From 9b33483236ce7eaece2514c7413ec9b94c82dfb8 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 17 Aug 2015 08:37:42 +0000 Subject: libtorrent-rasterbar: updated to 1.0.6. --- libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libtorrent-rasterbar') 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 # * Update (v1.x !) to accompany qbittorrent 3.2.0. +# 1.0.6-1: 17/aug/2015 by Eric Hameleers +# * 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 --- ## -- cgit v1.2.3-65-gdbad