From 3d8229fad8f69a328dd88c6aee2d6b0478f0cf5f Mon Sep 17 00:00:00 2001 From: sbwml Date: Mon, 30 Oct 2023 23:26:39 +0800 Subject: [PATCH] qBittorrent: update to 4.6.0 --- qBittorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qBittorrent/Makefile b/qBittorrent/Makefile index acd8624..d2387fe 100644 --- a/qBittorrent/Makefile +++ b/qBittorrent/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qbittorrent -PKG_VERSION:=4.5.5 +PKG_VERSION:=4.6.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:=73b01138f3681c0c7ef891a59a0fb038557c511dc16576752f772c244720d0c2 +PKG_HASH:=f1cb8a677d2c882d3aa7f6fdebd9671950d7d6578480ace7529b498b13480804 PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION)