summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-05-25 13:12:08 +0000
committer Eric Hameleers <alien@slackware.com>2019-05-25 13:12:08 +0000
commit6f4c062970c0672daa57cce34c9f868dbaf981a1 (patch)
treeb2e35a7e5a00a37c69edd620c292f56bbc9e04c7
parent8ee04c43e3d569c6309ca50fca873d44238ada04 (diff)
downloadasb-6f4c062970c0672daa57cce34c9f868dbaf981a1.tar.gz
asb-6f4c062970c0672daa57cce34c9f868dbaf981a1.tar.xz
libtorrent-rasterbar: update to 1.1.13 for qbittorrent 4.1.6
-rwxr-xr-xlibtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
index 9ddf4991..1222858f 100755
--- a/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
+++ b/libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -98,6 +98,8 @@
# * 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.
+# 1.1.13-1: 25/may/2019 by Eric Hameleers <alien@slackware.com>
+# * Updated to accompany qbittorrent-4.1.6 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 .
@@ -107,8 +109,9 @@
# Set initial variables:
-PRGNAM=libtorrent-rasterbar
-VERSION=${VERSION:-1.1.11}
+SRCNAM=libtorrent
+PRGNAM=${SRCNAM}-rasterbar
+VERSION=${VERSION:-1.1.13}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -124,7 +127,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/${SRCNAM}/releases/download/${SRCNAM}-$(echo $VERSION |tr . _)/${PRGNAM}-${VERSION}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##