diff options
author | David Woodfall <dave@dawoodfall.net> | 2011-10-05 06:45:14 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:29 -0500 |
commit | 2b1d96bd2c27a04ba177e0280d03b914f874988b (patch) | |
tree | 60dbe91cb0e04164f08a463cb96d2e010f0f15d1 /network | |
parent | 19b3b7d8824f12bd139a3ec786535a32b3b69c7e (diff) | |
download | slackbuilds-2b1d96bd2c27a04ba177e0280d03b914f874988b.tar.gz |
network/qbittorrent: Updated for version 2.8.5.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/qbittorrent/doinst.sh | 1 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.SlackBuild | 2 | ||||
-rw-r--r-- | network/qbittorrent/qbittorrent.info | 8 |
3 files changed, 6 insertions, 5 deletions
diff --git a/network/qbittorrent/doinst.sh b/network/qbittorrent/doinst.sh index 3e5691a052..1f8ff67ded 100644 --- a/network/qbittorrent/doinst.sh +++ b/network/qbittorrent/doinst.sh @@ -7,3 +7,4 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi + diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild index 5c2bc23c59..c3edbb57ae 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.7.2} +VERSION=${VERSION:-2.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index fa50c2468c..cb7efd1afa 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,10 +1,10 @@ PRGNAM="qbittorrent" -VERSION="2.7.2" +VERSION="2.8.5" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.7.2.tar.gz" -MD5SUM="0ebd9ff8a0963b5cc7092f328d6df105" +DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-2.8.5.tar.gz" +MD5SUM="5f081231537d53e4295483eb9a8f94b1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Woodfall" EMAIL="dave@dawoodfall.net" -APPROVED="Niels Horn" +APPROVED="Erik Hanson" |