diff options
author | David Woodfall <dave@dawoodfall.net> | 2014-07-26 10:43:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-26 19:08:07 +0700 |
commit | c44cab6bd5efd706b6e5fd698b5a1ed5c51fce7d (patch) | |
tree | b44cbccb1fbd5703d7af84449750e9588122b6c8 /network | |
parent | 2d4b4ad856bec47f64bf4b7711b79b59431ea43e (diff) |
network/qbittorrent: Updated for version 3.1.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 | 6 |
3 files changed, 4 insertions, 5 deletions
diff --git a/network/qbittorrent/doinst.sh b/network/qbittorrent/doinst.sh index 1f8ff67dedb2..3e5691a052b5 100644 --- a/network/qbittorrent/doinst.sh +++ b/network/qbittorrent/doinst.sh @@ -7,4 +7,3 @@ 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 e251da440bb2..78a0de698eff 100644 --- a/network/qbittorrent/qbittorrent.SlackBuild +++ b/network/qbittorrent/qbittorrent.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qbittorrent -VERSION=${VERSION:-3.0.11} +VERSION=${VERSION:-3.1.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info index e3083dd07abb..ddeb8d3fc14d 100644 --- a/network/qbittorrent/qbittorrent.info +++ b/network/qbittorrent/qbittorrent.info @@ -1,8 +1,8 @@ PRGNAM="qbittorrent" -VERSION="3.0.11" +VERSION="3.1.9.2" HOMEPAGE="http://qbittorrent.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-3.0.11.tar.xz" -MD5SUM="de50c6d2bff0a11f47d9179427337347" +DOWNLOAD="http://downloads.sourceforge.net/qbittorrent/qbittorrent-3.1.9.2.tar.xz" +MD5SUM="530f6fc3909bf0576ca3cc7575daae97" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libtorrent-rasterbar" |