From 10f0a5f6a1882c9c8309251c7763b2cfdaf04aa1 Mon Sep 17 00:00:00 2001 From: Bard Date: Sat, 15 Jul 2023 02:51:03 +0800 Subject: [PATCH] qbittorrent: update to 4.5.4 --- qBittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qBittorrent/Makefile b/qBittorrent/Makefile index 6194019..b89685c 100644 --- a/qBittorrent/Makefile +++ b/qBittorrent/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qbittorrent -PKG_VERSION:=4.5.3 +PKG_VERSION:=4.5.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:=9310a593046ed4b5a7872710b61ecd3d67a53be7cf042366719c91ccdadab89d +PKG_HASH:=ded3a1ffba1e97ecde3862714bea9e9a1cc7275c29545d81976174ac5760bab5 PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION)