at91bootstrap: update PKG_MIRROR_HASH to zstd for v3 at91bootstrap
authorRobert Marko <robimarko@gmail.com>
Sun, 7 Apr 2024 12:44:46 +0000 (14:44 +0200)
committerRobert Marko <robimarko@gmail.com>
Sun, 7 Apr 2024 15:10:30 +0000 (17:10 +0200)
So, when updating the hash for at91bootstrap it was done via CHECK_ALL=1
so that updated the PKG_MIRROR_HASH for the main v4 version hash, but
at91bootstrap checkout version depends on the subtarget as well.

Choosing to build for sam9x will change the at91bootstrap version to v3
and this hash was not refreshed thus causing the CI to fail.

Fixes: 6918c637b797 ("treewide: package: update missed hashes after switch to ZSTD")
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/at91bootstrap/Makefile

index a2a1f2bddb39c0204e6c54634c2faf0c94ae6111..1b145c8a8b3688c42b102cd49c2a678828bcf68f 100644 (file)
@@ -26,7 +26,7 @@ endif
 
 ifeq ($(AT91BOOTSTRAP_V4),n)
   PKG_VERSION=v3.10.4
-  PKG_MIRROR_HASH=6fe61fe90838e785917383bb9e887fa05e1bd061a6725954242f504e38b5c426
+  PKG_MIRROR_HASH:=08ab81c37b995592992d6eda3f76ce9aad6e2b3e9d9c4f7e88c1ba8bb8346657
   PKG_SOURCE_VERSION=404846dd283894367a015ca59189bcf927d92e11
   BINARIES_DIR=binaries
 endif