From 1fb7ebeb4d5586de750e86a5b112f17f8b9aa231 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 28 Nov 2023 16:00:34 -0500 Subject: librhash: Update import script to get rhash 1.4.4 Issue: #25448 --- Utilities/Scripts/update-librhash.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utilities/Scripts/update-librhash.bash b/Utilities/Scripts/update-librhash.bash index ea7e655..b3d078b 100755 --- a/Utilities/Scripts/update-librhash.bash +++ b/Utilities/Scripts/update-librhash.bash @@ -8,7 +8,7 @@ readonly name="librhash" readonly ownership="librhash upstream " readonly subtree="Utilities/cmlibrhash" readonly repo="https://github.com/rhash/rhash.git" -readonly tag="v1.3.9" +readonly tag="v1.4.4" readonly shortlog=false readonly paths=" COPYING @@ -31,6 +31,7 @@ readonly paths=" librhash/sha512.c librhash/sha512.h librhash/ustd.h + librhash/util.c librhash/util.h " -- cgit v0.12