diff options
author | Dave Woodfall <dave@tty1.uk> | 2019-01-19 21:17:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-26 07:53:33 +0700 |
commit | 4da480d693c340b2a052c22f31625872ce32faba (patch) | |
tree | f4faae4cb1dc9805b64bb9498974e1e004a92f8e /network/qbittorrent | |
parent | 68009082c97c3435a44578e58b981059a5e37e3c (diff) | |
download | slackbuilds-4da480d693c340b2a052c22f31625872ce32faba.tar.gz |
network/qbittorrent: Update to 3.3.16
Diffstat (limited to 'network/qbittorrent')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 11 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 10 |
2 files changed, 11 insertions, 10 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 295be639e9..5584a8df0c 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -23,8 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qbittorrent -VERSION=${VERSION:-3.3.15} -BUILD=${BUILD:-2} +SRCNAM=qBittorrent-release +VERSION=${VERSION:-3.3.16} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -59,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/release-$VERSION.tar.?z* +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index 02fd480c9d..106024f321 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,10 +1,10 @@ PRGNAM="qbittorrent" -VERSION="3.3.15" +VERSION="3.3.16" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/project/qbittorrent/qbittorrent/qbittorrent-3.3.15/qbittorrent-3.3.15.tar.xz" -MD5SUM="759f498b146bf3afb1593157407897d4" +DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-3.3.16.tar.gz" +MD5SUM="28852012dbd3f3bbec400279935b88d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent-rasterbar" -MAINTAINER="David Woodfall" -EMAIL="dave@dawoodfall.net" +MAINTAINER="Dave Woodfall" +EMAIL="dave@tty1.uk" |