From ff93c5f9c2167aed12f23f88969fee2b82e7e56f Mon Sep 17 00:00:00 2001 From: gitea-action Date: Tue, 28 Jan 2025 21:00:15 +0800 Subject: [PATCH] libtorrent: update to 2.0.11 --- rblibtorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rblibtorrent/Makefile b/rblibtorrent/Makefile index 53d599e..fac5c50 100644 --- a/rblibtorrent/Makefile +++ b/rblibtorrent/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rblibtorrent -PKG_VERSION:=2.0.10 +PKG_VERSION:=2.0.11 PKG_RELEASE:=1 PKG_SOURCE:=libtorrent-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/arvidn/libtorrent/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=3f1a489ac520d89b051a254e453c82535ea0f73457a4686281c9031107c3a9ac +PKG_HASH:=a317b4b4352bf1b846072dfacee30cd0afccf1ebc04a84273f1ecba930acb802 PKG_BUILD_DIR:=$(BUILD_DIR)/libtorrent-$(PKG_VERSION) PKG_LICENSE:=BSD