diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-03-05 00:13:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-06 02:04:14 +0700 |
commit | a4a60ae20406e3789bac14aa2f05bd306d04eb2f (patch) | |
tree | 0eee7a1010fb9e4ae54fc5df8d798cce149c7cf5 /network | |
parent | 5349357ec44db657346275b458211b2e794798de (diff) | |
download | slackbuilds-a4a60ae20406e3789bac14aa2f05bd306d04eb2f.tar.gz |
network/qbittorrent-qt5: Updated for version 4.0.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild | 8 | ||||
-rw-r--r-- | network/qbittorrent-qt5/qbittorrent-qt5.info | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild index c8d1681161..2d5e7a6564 100644 --- a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild +++ b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qbittorrent-qt5 -SRCNAM=qbittorrent +SRCNAM=qBittorrent VERSION=${VERSION:-4.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* -cd $SRCNAM-$VERSION +rm -rf $SRCNAM-release-$VERSION +tar xvf $CWD/$SRCNAM-release-$VERSION.tar.?z* +cd $SRCNAM-release-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.info b/network/qbittorrent-qt5/qbittorrent-qt5.info index 1acbf5a6e7..64968fe348 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" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.0.4/qbittorrent-4.0.4.tar.gz" -MD5SUM="fcbe5363e3687ff1f49d7b8d2e54d8f0" +DOWNLOAD="https://github.com/qbittorrent/qBittorrent/archive/release-4.0.4/qBittorrent-release-4.0.4.tar.gz" +MD5SUM="f58b162caef5abfc765b98b1823232b5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent-rasterbar qt5" |