summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 --- ##