diff options
author | Brad King <brad.king@kitware.com> | 2020-03-02 20:46:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-03-02 21:31:01 (GMT) |
commit | 74f1a64572f79ee7dd990b37ec9dbb5d4681e43b (patch) | |
tree | 5ad120957c1d219aa7d9e89541d98eb3c0b23766 /Utilities | |
parent | 6e9eaca24f86500c10e0f5d7399d04deb009a2b4 (diff) | |
download | CMake-74f1a64572f79ee7dd990b37ec9dbb5d4681e43b.zip CMake-74f1a64572f79ee7dd990b37ec9dbb5d4681e43b.tar.gz CMake-74f1a64572f79ee7dd990b37ec9dbb5d4681e43b.tar.bz2 |
librhash: Update import script to get rhash 1.3.9
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Scripts/update-librhash.bash | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Utilities/Scripts/update-librhash.bash b/Utilities/Scripts/update-librhash.bash index 009ce32..ea7e655 100755 --- a/Utilities/Scripts/update-librhash.bash +++ b/Utilities/Scripts/update-librhash.bash @@ -8,11 +8,10 @@ readonly name="librhash" readonly ownership="librhash upstream <kwrobot@kitware.com>" readonly subtree="Utilities/cmlibrhash" readonly repo="https://github.com/rhash/rhash.git" -readonly tag="master" +readonly tag="v1.3.9" readonly shortlog=false readonly paths=" COPYING - README librhash/algorithms.c librhash/algorithms.h librhash/byte_order.c |