From 4dedda34e9e23f8134fe30ef8879d220f725a315 Mon Sep 17 00:00:00 2001 From: azrdev Date: Wed, 19 Jun 2024 20:12:11 +0200 Subject: [PATCH] ipk Makefile add source tarball hash to unbreak build skipping not possible from CI action, see https://github.com/openwrt/gh-action-sdk/issues/35 https://github.com/openwrt/gh-action-sdk/issues/18 --- openwrt/snapcast/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/snapcast/Makefile b/openwrt/snapcast/Makefile index c0aa834..7c77b00 100644 --- a/openwrt/snapcast/Makefile +++ b/openwrt/snapcast/Makefile @@ -13,6 +13,7 @@ PKG_RELEASE := $(PKG_SOURCE_VERSION) PKG_USE_MIPS16 := 0 # PKG_MIRROR_HASH=skip +PKG_MIRROR_HASH:=e9c3bd5616b84bbf69db75e6d499e928e15cbd36383fe408e764cb826ccc1f16 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/badaix/snapcast.git PKG_SOURCE_VERSION:=v0.28.0