[openwrt/openwrt] yafut: add missing PKG_MIRROR_HASH

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 8 05:15:55 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/76758a8694cab59bd1f9cdba53420fd2ff8bb383

commit 76758a8694cab59bd1f9cdba53420fd2ff8bb383
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Mon Oct 2 22:13:10 2023 +0200

    yafut: add missing PKG_MIRROR_HASH
    
    Add missing PKG_MIRROR_HASH. This is always needed as is used to
    generate and use a tar instead of git clone and validate the hash of it.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
    (cherry picked from commit a181b9f0f9269525319024f53d83c7efe9da544b)
---
 package/utils/yafut/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/utils/yafut/Makefile b/package/utils/yafut/Makefile
index fe27db97d2..ef16404c33 100644
--- a/package/utils/yafut/Makefile
+++ b/package/utils/yafut/Makefile
@@ -5,6 +5,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/kempniu/yafut.git
+PKG_MIRROR_HASH:=6eece622d1df99ffee1a18d162d36292f32bf2d5e514663a6b61fd82c2ecbcba
 PKG_SOURCE_DATE:=2023-03-31
 PKG_SOURCE_VERSION:=16435e89d449f953712983315e1a89cdb678620d
 




More information about the lede-commits mailing list