[openwrt/openwrt] nu801: update PKG_MIRROR_HASH to zst

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 7 03:23:09 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1ea6ddacc2d8b32ddbdb11cd5ceff3f2dbca0bfc

commit 1ea6ddacc2d8b32ddbdb11cd5ceff3f2dbca0bfc
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sun Apr 7 11:49:53 2024 +0200

    nu801: update PKG_MIRROR_HASH to zst
    
    When using zst instead of xz, the hash changes.
    This was missed in the initial treewide updated.
    
    Fixes: b3c1c57a35a0 ("treewide: update PKG_MIRROR_HASH to zst")
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/system/gpio-cdev/nu801/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/system/gpio-cdev/nu801/Makefile b/package/system/gpio-cdev/nu801/Makefile
index 3c0b4f2086..82c04ccb41 100644
--- a/package/system/gpio-cdev/nu801/Makefile
+++ b/package/system/gpio-cdev/nu801/Makefile
@@ -8,7 +8,7 @@ PKG_RELEASE:=1
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/chunkeey/nu801.git
 PKG_SOURCE_VERSION:=f623879a393d0315f29095fe46b19cd2246d10d7
-PKG_MIRROR_HASH:=d2080fa74901fcd9c2576784adaa84792b577167576a45326b478192cb157eba
+PKG_MIRROR_HASH:=8bf2de78e078b7305178577530ff51e7373f94d39629653ea7efc8e485d0fdbd
 PKG_MAINTAINER:=Christian Lamparter <chunkeey at gmail.com>
 PKG_LICENSE:=GPL-3.0-or-later
 PKG_LICENSE_FILES:=LICENSE




More information about the lede-commits mailing list