From e9ab794bedc47afcf0fb7e27d80636de823e676e Mon Sep 17 00:00:00 2001 From: sbwml Date: Sun, 18 Jun 2023 09:37:53 +0800 Subject: [PATCH] libtorrent: update to 2.0.9 --- rblibtorrent/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rblibtorrent/Makefile b/rblibtorrent/Makefile index 191035a..f0b6d7f 100644 --- a/rblibtorrent/Makefile +++ b/rblibtorrent/Makefile @@ -1,18 +1,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rblibtorrent -PKG_VERSION:=2.0.8 +PKG_VERSION:=2.0.9 PKG_RELEASE:=1 PKG_SOURCE:=libtorrent-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/arvidn/libtorrent/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=29e5c5395de8126ed1b24d0540a9477fbb158b536021cd65aaf9de34d0aadb46 +PKG_HASH:=90cd92b6061c5b664840c3d5e151d43fedb24f5b2b24e14425ffbb884ef1798e PKG_BUILD_DIR:=$(BUILD_DIR)/libtorrent-$(PKG_VERSION) PKG_LICENSE:=BSD PKG_LICENSE_FILES:=COPYING PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1