From 0396953878299cd417287e0af89a0677bbc72bca Mon Sep 17 00:00:00 2001 From: gitea-action Date: Mon, 28 Apr 2025 06:01:14 +0800 Subject: [PATCH] qbittorrent: update to 5.1.0 --- qbittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/Makefile b/qbittorrent/Makefile index cb03d69..f8d0786 100644 --- a/qbittorrent/Makefile +++ b/qbittorrent/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qbittorrent -PKG_VERSION:=5.0.5 +PKG_VERSION:=5.1.0 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:=79b030565fa392a6bc267b24f538d7b8e762f607ee734b3d459b19c61c168b73 +PKG_HASH:=ac54cd8b3c6035cfcd684be5afd0eccc8c5fbbc3008a9b6f9ba42f6ef91105af PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION)