From 99fe6d7249feaf6f321f6ff199b77f240502d807 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 28 Jun 2021 13:06:24 +0800 Subject: [PATCH] libtorrent: bump to v1.2.14 --- package/lean/rblibtorrent/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/lean/rblibtorrent/Makefile b/package/lean/rblibtorrent/Makefile index 4a285f426..ee3993326 100644 --- a/package/lean/rblibtorrent/Makefile +++ b/package/lean/rblibtorrent/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rblibtorrent -PKG_VERSION:=1.2.13 -PKG_RELEASE=1 +PKG_VERSION:=1.2.14 +PKG_RELEASE=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/arvidn/libtorrent.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=e00a152678fbce7903aa42bbd93e8b812f171928 +PKG_SOURCE_VERSION:=33a10d5a723a6c27d9baee7d9bf2028eb81c88ed PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MIRROR_HASH:=a363f50d6a5c0bf7b184955f4055ddf62b4f6cfc3c281c187f62443e1e53ba30 +PKG_MIRROR_HASH:=036e1d7bd26d48f3e085ab467893bd4f90cdf56ac744b35c4652ac2fed035ed2 PKG_LICENSE:=BSD PKG_LICENSE_FILES:=COPYING