From b8876f345e68f6d6ff0bbe0f5e17722dcbd0ef18 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Thu, 21 Nov 2019 17:56:03 +0800 Subject: [PATCH] rblibtorrent: bump to 1.2.2 --- 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 c15101e08d..1de47fdda4 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.1.13 +PKG_VERSION:=1.2.2 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:=6f1250c6535730897909240ea0f4f2a81937d21a +PKG_SOURCE_VERSION:=9c970550e385df7e5c9dd2950275466f1a1dd8c4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_LICENSE:=BSD