summaryrefslogtreecommitdiffstats
path: root/libtorrent-rasterbar
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-01-23 08:52:32 +0000
committer Eric Hameleers <alien@slackware.com>2020-01-23 08:52:32 +0000
commitc563cf26d9c2812e5fe0165a500a27e9400e7cbd (patch)
treecae519ecc6ef9de0dad38d43f04afd349e6f721e /libtorrent-rasterbar
parent4dfd056129b809cd129879163e6214873753763e (diff)
downloadasb-c563cf26d9c2812e5fe0165a500a27e9400e7cbd.tar.gz
asb-c563cf26d9c2812e5fe0165a500a27e9400e7cbd.tar.xz
libtorrent-rasterbar: update to 1.2.3 to accompany qbittorrent 4.2.1
Diffstat (limited to 'libtorrent-rasterbar')
-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 a07faceb..36a77432 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, 2019 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -102,6 +102,8 @@
# * Updated to accompany qbittorrent-4.1.6 in -current.
# 1.1.13-2: 28/oct/2019 by Eric Hameleers <alien@slackware.com>
# * Rebuilt on slackware-current.
+# 1.2.3-1: 23/jan/2020 by Eric Hameleers <alien@slackware.com>
+# * Updated to accompany qbittorrent-4.2.1 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 .
@@ -113,8 +115,8 @@
SRCNAM=libtorrent
PRGNAM=${SRCNAM}-rasterbar
-VERSION=${VERSION:-1.1.13}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.2.3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}