qBittorrent-static: update to 4.4.4_v2.0.7

This commit is contained in:
sbwml 2022-08-24 23:50:13 +08:00
parent a38cc1a6a8
commit df8adbb41b

View File

@ -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