diff options
author | Paul Spooren <mail@aparcar.org> | 2024-03-25 10:03:26 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-06 11:24:18 +0200 |
commit | b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80 (patch) | |
tree | 2d36a33cb84076b9af43089e53cb31a741cba2e4 /tools/cbootimage-configs | |
parent | bab3ae2ee7656600a185f4cef11cef94389023af (diff) |
treewide: update PKG_MIRROR_HASH to zst
When using zst instead of xz, the hash changes. This commit fixes the
hash for packages and tools in core.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'tools/cbootimage-configs')
-rw-r--r-- | tools/cbootimage-configs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cbootimage-configs/Makefile b/tools/cbootimage-configs/Makefile index 5d841041b3..586d1efc9d 100644 --- a/tools/cbootimage-configs/Makefile +++ b/tools/cbootimage-configs/Makefile @@ -12,7 +12,7 @@ PKG_SOURCE_DATE := 2017-04-13 PKG_SOURCE_PROTO := git PKG_SOURCE_URL := https://github.com/NVIDIA/cbootimage-configs.git PKG_SOURCE_VERSION := 7c3b458b93ed6947cd083623f543e93f9103cc0f -PKG_MIRROR_HASH := 56c01f0339a3b4bee4ce31db253bb614d04f4e17a13793e873d701ec1a0de91b +PKG_MIRROR_HASH := 6ba2dde907d3cc403720954738a92431b1f40d562db5815c08971c39374d72a1 include $(INCLUDE_DIR)/host-build.mk |