summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-11-28 21:00:34 (GMT)
committerBrad King <brad.king@kitware.com>2023-11-28 23:53:12 (GMT)
commit1fb7ebeb4d5586de750e86a5b112f17f8b9aa231 (patch)
tree6e24c440e6ef6f71dd34fff053cc78a22e4ea078 /Utilities
parent1d9fbd2ca9feb5f1b162268e9cc9d954f055de0d (diff)
downloadCMake-1fb7ebeb4d5586de750e86a5b112f17f8b9aa231.zip
CMake-1fb7ebeb4d5586de750e86a5b112f17f8b9aa231.tar.gz
CMake-1fb7ebeb4d5586de750e86a5b112f17f8b9aa231.tar.bz2
librhash: Update import script to get rhash 1.4.4
Issue: #25448
Diffstat (limited to 'Utilities')
-rwxr-xr-xUtilities/Scripts/update-librhash.bash3
1 files changed, 2 insertions, 1 deletions
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 <kwrobot@kitware.com>"
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
"