From df8adbb41b0e1a6624059208b21be5ce63e07da9 Mon Sep 17 00:00:00 2001 From: sbwml Date: Wed, 24 Aug 2022 23:50:13 +0800 Subject: [PATCH] qBittorrent-static: update to 4.4.4_v2.0.7 --- qBittorrent-static/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/qBittorrent-static/Makefile b/qBittorrent-static/Makefile index 9e4e6af..62b555f 100644 --- a/qBittorrent-static/Makefile +++ b/qBittorrent-static/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qBittorrent-static -PKG_VERSION:=4.4.3.1_v2.0.7 +PKG_VERSION:=4.4.4_v2.0.7 PKG_RELEASE=1 STRIP:=true @@ -16,10 +16,6 @@ ifeq ($(ARCH),x86_64) PKG_ARCH:=x86_64 endif -ifeq ($(ARCH),arm64) - PKG_ARCH:=aarch64 -endif - ifeq ($(ARCH),aarch64) PKG_ARCH:=aarch64 endif