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