summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2024-04-29 12:04:18 +0200
committerRobert Marko <robert.marko@sartura.hr>2024-04-29 13:02:23 +0200
commit5c833329cee88cfe60c8da0220e89484cb675802 (patch)
tree3021da27911198812b85cfb5475fec277ba47fe3 /package
parente9097466658d0fe58a9f5bb34f77b1c4f11a2ba7 (diff)
downloadopenwrt-5c833329cee88cfe60c8da0220e89484cb675802.tar.gz
openwrt-5c833329cee88cfe60c8da0220e89484cb675802.tar.bz2
openwrt-5c833329cee88cfe60c8da0220e89484cb675802.zip
arm-trusted-firmware-mvebu: refresh cryptopp hash
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>
Diffstat (limited to 'package')
-rw-r--r--package/boot/arm-trusted-firmware-mvebu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/arm-trusted-firmware-mvebu/Makefile b/package/boot/arm-trusted-firmware-mvebu/Makefile
index 941502ab22..047c8db55e 100644
--- a/package/boot/arm-trusted-firmware-mvebu/Makefile
+++ b/package/boot/arm-trusted-firmware-mvebu/Makefile
@@ -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