diff options
author | dougb <dougb@FreeBSD.org> | 2010-01-08 09:21:29 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-01-08 09:21:29 +0800 |
commit | 53c26225526b8fa18efb618a7ebe4dc2c10210a9 (patch) | |
tree | 38bf1f515339d0445c6df950883bcd93eab27d4c /net-p2p/qbittorrent-22 | |
parent | 2110098a10979636355bdb161578623d9b2e2c83 (diff) | |
download | freebsd-ports-gnome-53c26225526b8fa18efb618a7ebe4dc2c10210a9.tar.gz freebsd-ports-gnome-53c26225526b8fa18efb618a7ebe4dc2c10210a9.tar.zst freebsd-ports-gnome-53c26225526b8fa18efb618a7ebe4dc2c10210a9.zip |
Update to version 2.0.6 which contains the following bug fixes:
Fix detection of invalid torrent files
Stop catching signals once one has been caught to avoid possible infinite loop
Force data recheck whenever a torrent is moved
Detect existing torrent data even if incomplete torrents are saved to a different folder
Improve torrent deletion confirmation dialog so that the text that not get truncated
Diffstat (limited to 'net-p2p/qbittorrent-22')
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index 1a9e36630614..a1ff51c545d1 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/qbittorrent-22/distinfo b/net-p2p/qbittorrent-22/distinfo index 5577d3e0525d..12c6a044642b 100644 --- a/net-p2p/qbittorrent-22/distinfo +++ b/net-p2p/qbittorrent-22/distinfo @@ -1,3 +1,3 @@ -MD5 (qbittorrent-2.0.5.tar.gz) = b74726c9133470ab92218c7d897847ed -SHA256 (qbittorrent-2.0.5.tar.gz) = 3413606e78f9a5a6bdd80d3c0993fdec421c29839e409e5f917f6f7f5b2d8778 -SIZE (qbittorrent-2.0.5.tar.gz) = 2164284 +MD5 (qbittorrent-2.0.6.tar.gz) = fe9a11df834c9d404d9a50e8008c0b5a +SHA256 (qbittorrent-2.0.6.tar.gz) = 6f354b7026d4b1a0efe455625b4903a47955d3e756a384a8c065e96e541af38d +SIZE (qbittorrent-2.0.6.tar.gz) = 2163500 |