From fd5de8f413332a93986fc19737d3c898fc41a392 Mon Sep 17 00:00:00 2001 From: lean Date: Sat, 3 Apr 2021 16:59:43 +0800 Subject: [PATCH] rblibtorrent: bump to v1.2.13 --- 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 a52a4eb16..cf8338d94 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.12 +PKG_VERSION:=1.2.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:=e3f2b016dcd37a9a6e8a94006c7befcf2cb7bfac +PKG_SOURCE_VERSION:=e00a152678fbce7903aa42bbd93e8b812f171928 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_LICENSE:=BSD @@ -68,7 +68,7 @@ endef define Package/rblibtorrent/install $(INSTALL_DIR) $(1)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libtorrent-rasterbar.so.* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib endef $(eval $(call BuildPackage,rblibtorrent))