summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-11-11 22:49:23 +0000
committer Eric Hameleers <alien@slackware.com>2014-11-11 22:49:23 +0000
commit5932b18dfe6c9b63012998e51f028e63849449e2 (patch)
treebd95b09af52641be18ad018ee8775d0e2cf719fb /libtorrent-rasterbar
parentfd29c781526042498a137a46e48168af7fcb797a (diff)
downloadasb-5932b18dfe6c9b63012998e51f028e63849449e2.tar.gz
asb-5932b18dfe6c9b63012998e51f028e63849449e2.tar.xz
Updated to 0.16.17
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 c807e1a1..652fb40c 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -68,6 +68,8 @@
# * 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.
+# 0.16.17-1: 11/nov/2014 by Eric Hameleers <alien@slackware.com>
+# * Update to accompany qbittorrent 3.1,11.
#
# 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 .
@@ -78,7 +80,7 @@
# Set initial variables:
PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-0.16.15}
+VERSION=${VERSION:-0.16.17}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -127,7 +129,7 @@ case "$ARCH" in
;;
esac
-case "ARCH" in
+case "$ARCH" in
arm*) TARGET=$ARCH-slackware-linux-gnueabi ;;
*) TARGET=$ARCH-slackware-linux ;;
esac