diff options
author | dougb <dougb@FreeBSD.org> | 2010-01-15 06:38:47 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-01-15 06:38:47 +0800 |
commit | 2bbcecc540e3dfa817c3b72a7f8e9d9f8fa3f759 (patch) | |
tree | b36c353bce681246a36d0f309d23921e6867ee6b | |
parent | b39bc1360be9628e0cc610fd78618d680b39d4a7 (diff) | |
download | freebsd-ports-gnome-2bbcecc540e3dfa817c3b72a7f8e9d9f8fa3f759.tar.gz freebsd-ports-gnome-2bbcecc540e3dfa817c3b72a7f8e9d9f8fa3f759.tar.zst freebsd-ports-gnome-2bbcecc540e3dfa817c3b72a7f8e9d9f8fa3f759.zip |
Update to version 2.0.7, which contains the following bugfixes:
Fix 'Add in pause' setting in torrent addition dialog
Update RSS feed as soon as feed downloader is enabled
RSS Feed downloader ignores articles above maximum number of articles
Fix possible bug when deleting a RSS folder
Remove persistant data when a RSS feed is deleted
RSS filters are now alphabetically sorted
Fix crash when renaming currently displayed RSS filter
Remove overwriting confirmation when exporting RSS filters since Qt takes care of it
-rw-r--r-- | net-p2p/qbittorrent-22/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent-22/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-p2p/qbittorrent-22/Makefile b/net-p2p/qbittorrent-22/Makefile index a1ff51c545d1..0db11c9e36a4 100644 --- a/net-p2p/qbittorrent-22/Makefile +++ b/net-p2p/qbittorrent-22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 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 12c6a044642b..7ea1382a438d 100644 --- a/net-p2p/qbittorrent-22/distinfo +++ b/net-p2p/qbittorrent-22/distinfo @@ -1,3 +1,3 @@ -MD5 (qbittorrent-2.0.6.tar.gz) = fe9a11df834c9d404d9a50e8008c0b5a -SHA256 (qbittorrent-2.0.6.tar.gz) = 6f354b7026d4b1a0efe455625b4903a47955d3e756a384a8c065e96e541af38d -SIZE (qbittorrent-2.0.6.tar.gz) = 2163500 +MD5 (qbittorrent-2.0.7.tar.gz) = 90933b25e5d37f456d6be79afc71f740 +SHA256 (qbittorrent-2.0.7.tar.gz) = 184ae924f84cb2cea6e2f2d85bfa2585074fc25bbdd80796439de0ece846c3a4 +SIZE (qbittorrent-2.0.7.tar.gz) = 2164914 diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index a1ff51c545d1..0db11c9e36a4 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qbittorrent -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index 12c6a044642b..7ea1382a438d 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (qbittorrent-2.0.6.tar.gz) = fe9a11df834c9d404d9a50e8008c0b5a -SHA256 (qbittorrent-2.0.6.tar.gz) = 6f354b7026d4b1a0efe455625b4903a47955d3e756a384a8c065e96e541af38d -SIZE (qbittorrent-2.0.6.tar.gz) = 2163500 +MD5 (qbittorrent-2.0.7.tar.gz) = 90933b25e5d37f456d6be79afc71f740 +SHA256 (qbittorrent-2.0.7.tar.gz) = 184ae924f84cb2cea6e2f2d85bfa2585074fc25bbdd80796439de0ece846c3a4 +SIZE (qbittorrent-2.0.7.tar.gz) = 2164914 |