mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/qbittorrent-qt5: Updated for version 4.1.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d993fc19e3
commit
29f155e393
3 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue