diff options
author | Brad King <brad.king@kitware.com> | 2022-01-12 22:03:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-01-12 22:03:05 (GMT) |
commit | eb031dfe9fdb498592d368e900ed3e1ee2181703 (patch) | |
tree | e7570e935f5e31665c11ed39fbf8d5305cef3902 | |
parent | 0c038689be424ca71a6699a993adde3bcaa15b6c (diff) | |
download | CMake-eb031dfe9fdb498592d368e900ed3e1ee2181703.zip CMake-eb031dfe9fdb498592d368e900ed3e1ee2181703.tar.gz CMake-eb031dfe9fdb498592d368e900ed3e1ee2181703.tar.bz2 |
jsoncpp: Update script to get jsoncpp 1.9.5
Use a few commits past the 1.9.5 release to get the CHERI alignment fix.
-rwxr-xr-x | Utilities/Scripts/update-jsoncpp.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-jsoncpp.bash b/Utilities/Scripts/update-jsoncpp.bash index 5ed00e7..a05dcb8 100755 --- a/Utilities/Scripts/update-jsoncpp.bash +++ b/Utilities/Scripts/update-jsoncpp.bash @@ -8,7 +8,7 @@ readonly name="jsoncpp" readonly ownership="JsonCpp Upstream <kwrobot@kitware.com>" readonly subtree="Utilities/cmjsoncpp" readonly repo="https://github.com/open-source-parsers/jsoncpp.git" -readonly tag="1.9.4" +readonly tag="42e892d96e47b1f6e29844cc705e148ec4856448" readonly shortlog=false readonly paths=" LICENSE |