qBittorrent-static: fix url

This commit is contained in:
sbwml 2023-05-16 14:31:42 +08:00
parent e548a0cd0e
commit 3ac1fef691

View File

@ -45,8 +45,8 @@ endef
define Download/qbittorrent define Download/qbittorrent
URL:=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-$(PKG_VERSION) URL:=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-$(PKG_VERSION)
URL_FILE:=$(PKG_ARCH)-cmake-icu-qbittorrent-nox URL_FILE:=$(PKG_ARCH)-qbittorrent-nox
FILE:=qbittorrent-nox FILE:=$(PKG_ARCH)-qbittorrent-nox-$(PKG_VERSION)
HASH:=skip HASH:=skip
endef endef
@ -55,7 +55,7 @@ endef
define Package/qBittorrent-static/install define Package/qBittorrent-static/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(DL_DIR)/qbittorrent-nox $(1)/usr/bin $(INSTALL_BIN) $(DL_DIR)/$(PKG_ARCH)-qbittorrent-nox-$(PKG_VERSION) $(1)/usr/bin/qbittorrent-nox
endef endef
$(eval $(call Download,qbittorrent)) $(eval $(call Download,qbittorrent))