summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-12-17 00:20:39 +0000
committer Eric Hameleers <alien@slackware.com>2018-12-17 00:20:39 +0000
commit2a34e5edcfe364d8bcd07ae411e89bbe811d1a5c (patch)
treedc4cd000ab44cb0dbeabc2a982cf02886b8532ff /libtorrent-rasterbar/build
parent3b6126c9541113b366cbeac3ac08f7516ca5d35f (diff)
downloadasb-2a34e5edcfe364d8bcd07ae411e89bbe811d1a5c.tar.gz
asb-2a34e5edcfe364d8bcd07ae411e89bbe811d1a5c.tar.xz
libtorrent-rasterbar: update to 1.1.11 to accompany qbittorrent 4.1.4
Diffstat (limited to 'libtorrent-rasterbar/build')
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
index 94a3ac43..9ddf4991 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -96,6 +96,8 @@
# * Rebuilt for new openssl in -current.
# 1.1.9-1: 17/aug/2018 by Eric Hameleers <alien@slackware.com>
# * Updated to accompany qbittorrent-4.1.2 in -current.
+# 1.1.11-1: 17/dec/2018 by Eric Hameleers <alien@slackware.com>
+# * Updated to accompany qbittorrent-4.1.4 in -current.
#
# 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 .
@@ -106,9 +108,9 @@
# Set initial variables:
PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-1.1.9}
+VERSION=${VERSION:-1.1.11}
BUILD=${BUILD:-1}
-NUMJOBS=${NUMJOBS:-"-j$(nproc)"}
+NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
DOCS="AUTHORS COPYING ChangeLog LICENSE NEWS README* docs/"
@@ -122,7 +124,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SOURCE="$SRCDIR/${PRGNAM}-${VERSION}.tar.gz"
-SRCURL="https://github.com/arvidn/libtorrent/releases/download/libtorrent-$(echo $VERSION |tr . _)/${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 --- ##