Skip to content

Commit

Permalink
json-glib: update to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert authored and neheb committed Sep 1, 2024
1 parent 9523a1f commit 4ac8c6c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
15 changes: 13 additions & 2 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,21 @@
]
},
"json-glib": {
"_comment": "gettext is not optional: https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/50",
"_comment": [
"- gettext is not optional: https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/50",
"- uses c_std=gnu99 on Windows",
"- glib dependency needs Python packaging module"
],
"alpine_packages": [
"gettext"
],
"debian_packages": [
"gettext"
]
],
"msys_packages": [
"python-packaging"
],
"fatal_warnings": false
},
"imgui": {
"debian_packages": [
Expand Down
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,7 @@
"json-glib-1.0"
],
"versions": [
"1.10.0-1",
"1.6.6-2",
"1.6.6-1"
]
Expand Down
10 changes: 5 additions & 5 deletions subprojects/json-glib.wrap
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[wrap-file]
directory = json-glib-1.6.6
source_url = https://download.gnome.org/sources/json-glib/1.6/json-glib-1.6.6.tar.xz
source_fallback_url = https://ftp.acc.umu.se/pub/gnome/sources/json-glib/1.6/json-glib-1.6.6.tar.xz
source_filename = json-glib-1.6.6.tar.xz
source_hash = 96ec98be7a91f6dde33636720e3da2ff6ecbb90e76ccaa49497f31a6855a490e
directory = json-glib-1.10.0
source_url = https://download.gnome.org/sources/json-glib/1.10/json-glib-1.10.0.tar.xz
source_fallback_url = https://ftp.acc.umu.se/pub/gnome/sources/json-glib/1.10/json-glib-1.10.0.tar.xz
source_filename = json-glib-1.10.0.tar.xz
source_hash = 1bca8d66d96106ecc147df3133b95a5bb784f1fa6f15d06dd7c1a8fb4a10af7b

[provide]
json-glib-1.0 = json_glib_dep

0 comments on commit 4ac8c6c

Please sign in to comment.