From f716738ca9c28f1eebac1bd319a394cd61da52f2 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Tue, 29 Oct 2024 06:00:17 +0800 Subject: [PATCH] qbittorrent: update to 5.0.1 --- qbittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/Makefile b/qbittorrent/Makefile index 4696188..0ea9f9b 100644 --- a/qbittorrent/Makefile +++ b/qbittorrent/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qbittorrent -PKG_VERSION:=5.0.0 +PKG_VERSION:=5.0.1 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:=9a24a6b95e9afac826295b8203685a515b13e77eb98bb8ed21c814916b999f6e +PKG_HASH:=a6b75eed86e410076476f416eae42c2bd0b1406dd352cedf0b4712022daceef5 PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION)