diff options
author | adam <adam@pkgsrc.org> | 2020-11-26 09:32:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-11-26 09:32:16 +0000 |
commit | 778b8bb4301b6fc7e30f31ac54da3656a256e433 (patch) | |
tree | c40c99204d888e316a56a2871e8966b418a580ad /net | |
parent | b870b12396389632bfa478b7fb971220ab4747ea (diff) | |
download | pkgsrc-778b8bb4301b6fc7e30f31ac54da3656a256e433.tar.gz |
qbittorrent: updated to 4.3.1
v4.3.1
- FEATURE: Allow progress bar styling from custom themes
- FEATURE: Allow adding torrents using "Paste" key sequence
- FEATURE: Add Latgalian translation
- BUGFIX: Prevent resume data to be saved for removed torrent
- BUGFIX: Clarify connection protocol choice label
- BUGFIX: Fix crash when clicked outside the table of torrent content view
- BUGFIX: Don't resume "paused" torrents when put into "checking" state by libtorrent
- BUGFIX: Fix torrent state calculation
- BUGFIX: Align integer data to right in torrent content view
- WEBUI: Place WebUI RSS description in sandboxed iframe
- WEBUI: Avoid settings being reset via WebAPI
- WEBUI: Fix toggling advanced option in WebUI
- WEBUI: Expose contentPath in WebAPI torrents/info
- WEBUI: Fix the issue that IPv6 address can't be banned
- RSS: Fix confusion in date format description
- WINDOWS: Update dutch.nsi
- LINUX: Update .desktop file translations
Diffstat (limited to 'net')
-rw-r--r-- | net/qbittorrent/Makefile | 4 | ||||
-rw-r--r-- | net/qbittorrent/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/qbittorrent/Makefile b/net/qbittorrent/Makefile index dcb44142897..c6bec5f01b7 100644 --- a/net/qbittorrent/Makefile +++ b/net/qbittorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2020/11/21 22:17:56 adam Exp $ +# $NetBSD: Makefile,v 1.19 2020/11/26 09:32:16 adam Exp $ -DISTNAME= qbittorrent-4.3.0.1 +DISTNAME= qbittorrent-4.3.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=qbittorrent/} GITHUB_PROJECT= qBittorrent diff --git a/net/qbittorrent/distinfo b/net/qbittorrent/distinfo index e50b70a8d2c..94546c54b97 100644 --- a/net/qbittorrent/distinfo +++ b/net/qbittorrent/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2020/11/21 22:17:56 adam Exp $ +$NetBSD: distinfo,v 1.8 2020/11/26 09:32:16 adam Exp $ -SHA1 (qbittorrent-4.3.0.1.tar.gz) = 19391877e7257f5122ea56fceaa8610bd3b0866e -RMD160 (qbittorrent-4.3.0.1.tar.gz) = a7e516d3d0ce09785906b2abe2d03b9863292386 -SHA512 (qbittorrent-4.3.0.1.tar.gz) = b49ddafe8c01fa4dae4ee30130237456aee3eba2cdb666c4939d84f44d6b523c5ed7aba1174fad6d168db4de11210d2b97c0d304f5ee653cbf1c8ca2dd96afe3 -Size (qbittorrent-4.3.0.1.tar.gz) = 7752986 bytes +SHA1 (qbittorrent-4.3.1.tar.gz) = 392f0c1dc6aeb33821866c45767912856991f21b +RMD160 (qbittorrent-4.3.1.tar.gz) = 7c871de7f1e042a53f313a39393edb23332fe1cc +SHA512 (qbittorrent-4.3.1.tar.gz) = 078efb45ec65d7e1342624e71d11fc93516925b08084907266cb6154623bc8b817ecae0ce99489c48b294f8c94f5f6c5ea3f24a9a6ad005fe3249e2a67d0b815 +Size (qbittorrent-4.3.1.tar.gz) = 7836727 bytes SHA1 (patch-dist_CMakeLists.txt) = 2c426222aa168c24a2e39a665f3152eca848e4a8 SHA1 (patch-src_CMakeLists.txt) = da19307bbf59edaa3fa41a71fe37bd956c0c4928 SHA1 (patch-src_app_CMakeLists.txt) = 3e9266cb05f635889c50ce75efc31b8365ccb41d |