From 63df8deaeb9d581e627129e34f01fd30a0a90a96 Mon Sep 17 00:00:00 2001 From: actions Date: Mon, 25 Mar 2024 08:44:07 +0800 Subject: [PATCH] qBittorrent: update to 4.6.4 --- qBittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qBittorrent/Makefile b/qBittorrent/Makefile index 3bf5726..fe4bb70 100644 --- a/qBittorrent/Makefile +++ b/qBittorrent/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qbittorrent -PKG_VERSION:=4.6.3 +PKG_VERSION:=4.6.4 PKG_RELEASE=1 PKG_SOURCE:=qBittorrent-release-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qbittorrent/qBittorrent/tar.gz/release-$(PKG_VERSION)? -PKG_HASH:=9a44d974a5b2cf945ccdecdc20f452d6b8f4800487492945729a493ff6d11502 +PKG_HASH:=5842eb2cc1745b72b090df562d35a7ec0a6469d898d411544808731578447e1d PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION)