qBittorrent-static: Toggle qBittorrent-static built on Qt6

This commit is contained in:
sbwml 2022-03-04 09:13:39 +08:00
parent f2e1cf51fb
commit 63530c77b1

View File

@ -35,12 +35,12 @@ define Package/qBittorrent-static
CATEGORY:=Network
DEPENDS:=@(arm||aarch64||x86_64)
SUBMENU:=BitTorrent
TITLE:=bittorrent client programmed in C++ / Qt
TITLE:=bittorrent client programmed in C++ / Qt6
URL:=https://www.qbittorrent.org/
endef
define Package/qBittorrent-static/description
qBittorrent is a bittorrent client programmed in C++ / Qt that uses
qBittorrent is a bittorrent client programmed in C++ / Qt6 that uses
libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.
It aims to be a good alternative to all other bittorrent clients out
there. qBittorrent is fast, stable and provides unicode support as
@ -49,7 +49,7 @@ endef
define Download/qbittorrent
URL:=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-$(PKG_VERSION)
URL_FILE:=$(PKG_ARCH)-qbittorrent-nox
URL_FILE:=$(PKG_ARCH)-cmake-icu-qbittorrent-nox
FILE:=qbittorrent-nox
HASH:=skip
endef