Skip to content

Commit

Permalink
Update json-c to version 0.17.20230812
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Aug 27, 2023
1 parent 4f18fe0 commit bfd15c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gvsbuild/projects/jsonc.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def __init__(self):
Project.__init__(
self,
"json-c",
version="0.16-20220414",
archive_url="https://github.com/json-c/json-c/archive/json-c-{version}.tar.gz",
hash="3ecaeedffd99a60b1262819f9e60d7d983844073abc74e495cb822b251904185",
version="0.17.20230812",
archive_url="https://github.com/json-c/json-c/archive/json-c-{major}.{minor}-{micro}.tar.gz",
hash="024d302a3aadcbf9f78735320a6d5aedf8b77876c8ac8bbb95081ca55054c7eb",
)

def build(self):
Expand Down

0 comments on commit bfd15c8

Please sign in to comment.