From 97ab90bf2976d7a2386b4c18e766c5fe48664a78 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 28 Nov 2024 16:28:56 +0800 Subject: [PATCH] rblibtorrent: update to v1.2.19 --- libs/rblibtorrent/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/rblibtorrent/Makefile b/libs/rblibtorrent/Makefile index 9af292d8..398512dc 100644 --- a/libs/rblibtorrent/Makefile +++ b/libs/rblibtorrent/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rblibtorrent -PKG_VERSION:=1.2.18 +PKG_VERSION:=1.2.19 PKG_RELEASE=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/arvidn/libtorrent.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=855c44be6370dc90ec1f3dff4223770dd47a5208 +PKG_SOURCE_VERSION:=aa9512a5ea1b723c7a57b77ad117da79608ea2fc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MIRROR_HASH:=da0626afc80287c8ee6825bfed2d52fe24e8fd9abff9952034292bdc00a2dac1 +PKG_MIRROR_HASH:=94de09d468ecc0b211ee261a1e8815f02057e97296e9e7d23951d3e291b062be PKG_LICENSE:=BSD PKG_LICENSE_FILES:=COPYING