From b452c3b112f8467362c1488e259ff74299bd1d97 Mon Sep 17 00:00:00 2001 From: Bard Date: Sun, 18 Jun 2023 10:11:31 +0800 Subject: [PATCH] rblibtorrent: fix hash --- rblibtorrent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rblibtorrent/Makefile b/rblibtorrent/Makefile index f0b6d7f..fb728a6 100644 --- a/rblibtorrent/Makefile +++ b/rblibtorrent/Makefile @@ -6,7 +6,7 @@ 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:=90cd92b6061c5b664840c3d5e151d43fedb24f5b2b24e14425ffbb884ef1798e +PKG_HASH:=b1edfda1e91c5c93cbffbe26773e7ea0928b2074f9057d943fb519b22b33b5ed PKG_BUILD_DIR:=$(BUILD_DIR)/libtorrent-$(PKG_VERSION) PKG_LICENSE:=BSD