From 6f4c062970c0672daa57cce34c9f868dbaf981a1 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 25 May 2019 13:12:08 +0000 Subject: libtorrent-rasterbar: update to 1.1.13 for qbittorrent 4.1.6 --- libtorrent-rasterbar/build/libtorrent-rasterbar.SlackBuild | 11 +++++++---- 1 file 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 # * Updated to accompany qbittorrent-4.1.4 in -current. +# 1.1.13-1: 25/may/2019 by Eric Hameleers +# * 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 --- ## -- cgit v1.2.3