From 462c20dfffb8ace8fad3284cfaa595b9893cab6c Mon Sep 17 00:00:00 2001 From: sbwml <984419930@qq.com> Date: Tue, 7 Mar 2023 02:17:17 +0800 Subject: [PATCH] qBittorrent: update to 4.5.2 --- qBittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qBittorrent/Makefile b/qBittorrent/Makefile index d7d1346..2334456 100644 --- a/qBittorrent/Makefile +++ b/qBittorrent/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qbittorrent -PKG_VERSION:=4.5.1 +PKG_VERSION:=4.5.2 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:=498f23fb198a245dc9783e7295a855c55b4f80beb84c48c1e6e61cae7d0785d4 +PKG_HASH:=0a3c11296b1daa6e6dd57ebb8426e0388ba7db613e54a758b201648b69702dd4 PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION)