From 7ad127e5aab0958f47bb473554a33eab8d65f989 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sun, 8 Dec 2019 00:19:18 +0800 Subject: [PATCH] rblibtorrent: bump to 1.2.2 --- package/lean/rblibtorrent/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/lean/rblibtorrent/Makefile b/package/lean/rblibtorrent/Makefile index d2709c7bb5..400bee98bf 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_RELEASE=2 +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