From eb031dfe9fdb498592d368e900ed3e1ee2181703 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 12 Jan 2022 17:03:05 -0500 Subject: 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. --- Utilities/Scripts/update-jsoncpp.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " 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 -- cgit v0.12