diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-05-14 19:09:06 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-05-19 00:45:03 +0100 |
commit | 29f155e393fac80f2e8b91abd967e6bad4ff2766 (patch) | |
tree | 6d3e5f1afd0ba37328afae439a50a997a3bebd25 /network | |
parent | d993fc19e31c7f739628d6f382cd2eaf74933dee (diff) | |
download | slackbuilds-29f155e393fac80f2e8b91abd967e6bad4ff2766.tar.gz |
network/qbittorrent-qt5: Updated for version 4.1.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild | 2 | ||||
-rw-r--r-- | network/qbittorrent-qt5/qbittorrent-qt5.info | 6 | ||||
-rw-r--r-- | network/qbittorrent-qt5/rc.qbittorrent-nox.new | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild index 2d5e7a6564..4f176aad1e 100644 --- a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild +++ b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=qbittorrent-qt5 SRCNAM=qBittorrent -VERSION=${VERSION:-4.0.4} +VERSION=${VERSION:-4.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.info b/network/qbittorrent-qt5/qbittorrent-qt5.info index 64968fe348..d7a115e789 100644 --- a/network/qbittorrent-qt5/qbittorrent-qt5.info +++ b/network/qbittorrent-qt5/qbittorrent-qt5.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent-qt5" -VERSION="4.0.4" +VERSION="4.1.0" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.0.4/qBittorrent-release-4.0.4.tar.gz" -MD5SUM="f58b162caef5abfc765b98b1823232b5" +DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.1.0/qBittorrent-release-4.1.0.tar.gz" +MD5SUM="b7362f74d216051b191cf42bcd4722e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent-rasterbar qt5" diff --git a/network/qbittorrent-qt5/rc.qbittorrent-nox.new b/network/qbittorrent-qt5/rc.qbittorrent-nox.new index f2c3c6218b..9b78744ba4 100644 --- a/network/qbittorrent-qt5/rc.qbittorrent-nox.new +++ b/network/qbittorrent-qt5/rc.qbittorrent-nox.new @@ -76,7 +76,7 @@ case "$1" in do_status ;; *) - echo "Usage: $0 {start <PORT>|stop|restart <PORT>|status}" >/dev/stderr + echo "Usage: $0 {start <PORT>|stop|restart <PORT>|status}" exit 1 ;; esac |