Skip to content

Commit

Permalink
Update json-c to version 0.18.20240915
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Sep 18, 2024
1 parent 4b5becc commit 5b05409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects/jsonc.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def __init__(self):
Project.__init__(
self,
"json-c",
version="0.17.20230812",
version="0.18.20240915",
archive_url="https://github.com/json-c/json-c/archive/json-c-{major}.{minor}-{micro}.tar.gz",
hash="024d302a3aadcbf9f78735320a6d5aedf8b77876c8ac8bbb95081ca55054c7eb",
hash="3112c1f25d39eca661fe3fc663431e130cc6e2f900c081738317fba49d29e298",
)

def build(self):
Expand Down

0 comments on commit 5b05409

Please sign in to comment.