From 70fa563c879f34e7d47136c64748656f515a3297 Mon Sep 17 00:00:00 2001 From: sbwml Date: Wed, 6 Sep 2023 14:32:28 +0800 Subject: [PATCH] qBittorrent: update to 4.5.5 --- qBittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qBittorrent/Makefile b/qBittorrent/Makefile index b89685c..acd8624 100644 --- a/qBittorrent/Makefile +++ b/qBittorrent/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qbittorrent -PKG_VERSION:=4.5.4 +PKG_VERSION:=4.5.5 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:=ded3a1ffba1e97ecde3862714bea9e9a1cc7275c29545d81976174ac5760bab5 +PKG_HASH:=73b01138f3681c0c7ef891a59a0fb038557c511dc16576752f772c244720d0c2 PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION)