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