From 720b54e38c81baf73f5c8ced1fc1b4b2b1737403 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Mon, 30 Sep 2024 09:00:46 +0800 Subject: [PATCH] qbittorrent: update to 5.0.0 --- qbittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/Makefile b/qbittorrent/Makefile index ed25b1c..4696188 100644 --- a/qbittorrent/Makefile +++ b/qbittorrent/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qbittorrent -PKG_VERSION:=4.6.7 +PKG_VERSION:=5.0.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:=bfda6e6d57d419ec2c61162327988ea919f55ee7a80700b3754793a6d7f3545c +PKG_HASH:=9a24a6b95e9afac826295b8203685a515b13e77eb98bb8ed21c814916b999f6e PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION)