Update to version 2.2.4, which has the following bug fixes:
* Fix possible crash when adding a torrent * Fix failure to remember some torrents on startup * Fix torrent addition window layout (torrent content not expanding) * Fix about dialog in Web UI * Correctly clear trackers error messages once they work * Display correct share ratio for paused torrents And the following cosmetic change, which requires adding the imageformats qt4 component: * New alternative speed limits icons
This commit is contained in:
parent
290b010826
commit
84a91ffcce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252344
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= qbittorrent
|
||||
PORTVERSION= 2.2.3
|
||||
PORTVERSION= 2.2.4
|
||||
CATEGORIES= net-p2p ipv6
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -24,7 +24,7 @@ OPTIONS= NOTIFY "Enable libnotify support" on \
|
|||
LT_15 "Use 0.15 (devel) version of libtorrent-rasterbar" on
|
||||
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib gui network xml \
|
||||
QT_COMPONENTS= corelib gui network xml imageformats \
|
||||
moc_build qmake_build rcc_build uic_build
|
||||
QT_NONSTANDARD= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (qbittorrent-2.2.3.tar.gz) = 80e1eab2de04e18449fd21a7c59e66cd
|
||||
SHA256 (qbittorrent-2.2.3.tar.gz) = 486921d336d3a804ff173135500a8369d12631abe8a40837f70857100d25bf62
|
||||
SIZE (qbittorrent-2.2.3.tar.gz) = 2499454
|
||||
MD5 (qbittorrent-2.2.4.tar.gz) = 9c0097cda51a9df20259844a385bdcb7
|
||||
SHA256 (qbittorrent-2.2.4.tar.gz) = 562c94551b71c7cbbaba6f35ce449ed6a6a9db6ba1560521736e2702e433966d
|
||||
SIZE (qbittorrent-2.2.4.tar.gz) = 2499351
|
||||
|
|
Loading…
Reference in a new issue