arm-trusted-firmware-mvebu: refresh cryptopp hash main master
authorRobert Marko <robert.marko@sartura.hr>
Mon, 29 Apr 2024 10:04:18 +0000 (12:04 +0200)
committerRobert Marko <robert.marko@sartura.hr>
Mon, 29 Apr 2024 11:02:23 +0000 (13:02 +0200)
Well, it seems that cryptopp hash was never refreshed since calling
make package/boot/arm-trusted-firmware-mvebu/check FIXUP=1 V=s does not
actually refresh the download calls hashes so refresh it manually.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
package/boot/arm-trusted-firmware-mvebu/Makefile

index 941502ab22157f85e24cd2a7141e43572f1b2f83..047c8db55e67b895f677e923ab8cd3d00dccd65b 100644 (file)
@@ -159,7 +159,7 @@ define Download/cryptopp
   PROTO:=git
   URL:=https://github.com/weidai11/cryptopp.git
   SOURCE_VERSION:=4d0cad5401d1a2c998b314bc89288c9620d3021d
-  MIRROR_HASH:=74ec9e48ee04b9f2d9a1d8c4f2392ed0ab52780d7af0f70405d7bbb23d1504fa
+  MIRROR_HASH:=6c53c8b4dfa07df0c5915a90c20f70c64d150b652cf5ac52e2eae08c5a9cc7cd
   SUBDIR:=$(CRYPTOPP_NAME)
 endef