From 63530c77b1ee1f65594c787cc6d145bcd6c7e5df Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 4 Mar 2022 09:13:39 +0800 Subject: [PATCH] qBittorrent-static: Toggle qBittorrent-static built on Qt6 --- qBittorrent-static/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qBittorrent-static/Makefile b/qBittorrent-static/Makefile index c30fb5e..dc49d06 100644 --- a/qBittorrent-static/Makefile +++ b/qBittorrent-static/Makefile @@ -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