From e8e0f38f9a1b2d61f975c28e6f0c22ab88eb1390 Mon Sep 17 00:00:00 2001 From: whalechoi Date: Fri, 3 Jul 2020 14:32:25 +0800 Subject: [PATCH] Update Makefile support building with new boost version --- 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 d2709c7bb..86d847520 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.7 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:=6f1250c6535730897909240ea0f4f2a81937d21a +PKG_SOURCE_VERSION:=8e710151c80e655ee0513ca37c367f75a448c6bd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_LICENSE:=BSD