From 19d0770d68b8d72d583cbf9ce694084d3f632e30 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Tue, 28 Jan 2020 22:02:01 +0800 Subject: [PATCH] rblibtorrent: roll back to 1.1.14 --- package/lean/rblibtorrent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/rblibtorrent/Makefile b/package/lean/rblibtorrent/Makefile index 4911783225..2b6328d2b0 100644 --- a/package/lean/rblibtorrent/Makefile +++ b/package/lean/rblibtorrent/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rblibtorrent -PKG_VERSION:=1.2.3 +PKG_VERSION:=1.1.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:=078f7b956ef0d992948852a801e626b1118a1fc5 +PKG_SOURCE_VERSION:=244f0f189ba8ab9801e7fcf553beebfb83d7c86b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_LICENSE:=BSD