diff options
author | Brad King <brad.king@kitware.com> | 2021-09-09 20:00:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-09-09 20:00:02 (GMT) |
commit | d9f8e39357b8d7244172223f76862eea88fbc374 (patch) | |
tree | db42378842e5393421f8f117ccc514ade18d1ac3 /Utilities/Scripts | |
parent | ed9abd99772cbdcb2e4dd195eb4a62104ce86c95 (diff) | |
download | CMake-d9f8e39357b8d7244172223f76862eea88fbc374.zip CMake-d9f8e39357b8d7244172223f76862eea88fbc374.tar.gz CMake-d9f8e39357b8d7244172223f76862eea88fbc374.tar.bz2 |
jsoncpp: Update script to get jsoncpp 1.9.4
Diffstat (limited to 'Utilities/Scripts')
-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 f8fe544..5ed00e7 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.8.2" +readonly tag="1.9.4" readonly shortlog=false readonly paths=" LICENSE |