diff options
author | Robert Marko <robimarko@gmail.com> | 2024-04-07 12:29:11 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-07 14:56:04 +0200 |
commit | 6918c637b79724d8ad9d0851afc06c1c82913fde (patch) | |
tree | 6f728a3e0650357838b2eb794ee066322d4be6a1 /package/boot/uboot-at91 | |
parent | 153c9f348270bf6fb727abf96726c082a7d41aa7 (diff) |
treewide: package: update missed hashes after switch to ZSTD
With the switch to ZSTD for git clone packaging, hashes have changed so
fixup remaining package hashes that were missed in the inital update.
Fixes: b3c1c57 ("treewide: update PKG_MIRROR_HASH to zst")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/boot/uboot-at91')
-rw-r--r-- | package/boot/uboot-at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index afab24e841..81ea22ded6 100644 --- a/package/boot/uboot-at91/Makefile +++ b/package/boot/uboot-at91/Makefile @@ -12,7 +12,7 @@ PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/linux4sam/u-boot-at91.git -PKG_MIRROR_HASH:=56bbac45f71aaf39b365661db2a76c6c8415e27f7147b27bb58312b12756c8f3 +PKG_MIRROR_HASH:=82229503800d9a624bb8de5f8d7a84cb35fd512a1550c6f1d46958cd47d4807b PKG_SOURCE_VERSION:=7b59654a486d39dc8e0343e2554699b8a79c7a54 include $(INCLUDE_DIR)/u-boot.mk |