From db8670609c7349ee6cb668f89d0f71c9376ed910 Mon Sep 17 00:00:00 2001 From: ntlf9t <31321865+ntlf9t@users.noreply.github.com> Date: Tue, 5 Nov 2019 17:43:38 +0800 Subject: [PATCH] Update rblibtorrent Makefile (#1988) --- 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 8778058c7..c15101e08 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.11 +PKG_VERSION:=1.1.13 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:=25a1f12991b4af1e133b966fae963168116306e9 +PKG_SOURCE_VERSION:=6f1250c6535730897909240ea0f4f2a81937d21a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_LICENSE:=BSD