diff --git a/jsoncpp.yaml b/jsoncpp.yaml index 91e214a25b9..acdfe250b70 100644 --- a/jsoncpp.yaml +++ b/jsoncpp.yaml @@ -1,7 +1,7 @@ package: name: jsoncpp - version: 1.9.5 - epoch: 1 + version: 1.9.6 + epoch: 0 description: "C++ library for parsing JSON" copyright: - license: 'CC-PDDC OR MIT' @@ -17,7 +17,7 @@ pipeline: with: repository: https://github.com/open-source-parsers/jsoncpp tag: ${{package.version}} - expected-commit: 5defb4ed1a4293b8e2bf641e16b156fb9de498cc + expected-commit: 89e2973c754a9c02a49974d839779b151e95afd6 - uses: cmake/configure