diff options
author | dougb <dougb@FreeBSD.org> | 2012-10-08 16:26:22 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-10-08 16:26:22 +0800 |
commit | 929f630dc289c9b4881768c04267152daabc710c (patch) | |
tree | 0e50c9f4ec6697853f96aa6f6e843bc4a444d33c /net-p2p | |
parent | 10f1201978c54c4c7e9efb5565a5dcb98e0553d8 (diff) | |
download | freebsd-ports-graphics-929f630dc289c9b4881768c04267152daabc710c.tar.gz freebsd-ports-graphics-929f630dc289c9b4881768c04267152daabc710c.tar.zst freebsd-ports-graphics-929f630dc289c9b4881768c04267152daabc710c.zip |
* Sun Oct 7 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.6
- BUGFIX: Do not store created torrent in memory before writing to a file
- BUGFIX: No longer fallback to ANY interface if the user-selected
interface cannot be found
- BUGFIX: Fix timezone parsing in RSS
- BUGFIX: Fix cookie support for RSS feeds
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/qbittorrent/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index ae3c406acb0..10db26a4359 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qbittorrent -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 PORTREVISION?= 0 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index 5147b6c6e41..f22fc067839 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -1,2 +1,2 @@ -SHA256 (qbittorrent-3.0.5.tar.gz) = 1a67d0cd22974d1d356f7ce40cf3b7f00a4873dfa8794573cbb2ee152ce5e482 -SIZE (qbittorrent-3.0.5.tar.gz) = 4912114 +SHA256 (qbittorrent-3.0.6.tar.gz) = b2308f4500000ae2ebbf9722ef8a09d6524fd016bd746fa2a0fe07516353fb15 +SIZE (qbittorrent-3.0.6.tar.gz) = 4910077 |