diff options
author | David Woodfall <dave@dawoodfall.net> | 2011-12-08 23:30:33 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-08 23:30:33 -0200 |
commit | 431a0ed4407a00c3eb66b9f42f5057b895ecd91e (patch) | |
tree | a6e9814f70f2682d5f08f32a310d462331d398ac /network/qbittorrent | |
parent | 3297331dfeb9c97b9d1d2e49e4f9752cd01edeeb (diff) | |
download | slackbuilds-431a0ed4407a00c3eb66b9f42f5057b895ecd91e.tar.gz |
network/qbittorrent: Updated for version 2.9.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent')
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 4 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 2946fe9b15..564dfd2741 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qbittorrent -VERSION=${VERSION:-2.9.1} +VERSION=${VERSION:-2.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,7 +72,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ - --qtdir=/usr/lib${LIBDIRSUFFIX}/qt4 + --qtdir=/usr/lib${LIBDIRSUFFIX}/qt make make install INSTALL_ROOT=$PKG diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index 7f570e6555..99eb410b0a 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="2.9.1" +VERSION="2.9.2" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.9.1.tar.gz" -MD5SUM="093bb1f7779378a339c20aa3e4ea6d36" +DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.9.2.tar.gz" +MD5SUM="0c2188e0065be57e50c06f5934d5f7a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Woodfall" |