network/qbittorrent: Updated for version 2.8.5.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
David Woodfall 2011-10-05 06:45:14 -05:00 committed by Robby Workman
parent 19b3b7d882
commit 2b1d96bd2c
3 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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}

View file

@ -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"