Skip to content

Commit

Permalink
blueprint-compiler: update to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert authored and neheb committed Jan 19, 2025
1 parent 268d106 commit f6c022e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"graphite2",
"mocklibc"
],
"blueprint-compiler": {
"_comment": "Tests require pygobject and Gtk4 typelib, and also they crash",
"skip_tests": true
},
"c-ares": {
"build_options": [
"c-ares:tests=true",
Expand Down
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
"blueprint-compiler"
],
"versions": [
"0.16.0-1",
"0.10.0-1"
]
},
Expand Down
8 changes: 4 additions & 4 deletions subprojects/blueprint-compiler.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = blueprint-compiler-v0.10.0
source_url = https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.10.0/blueprint-compiler-v0.10.0.tar.gz
source_filename = blueprint-compiler-v0.10.0.tar.gz
source_hash = 2bc729b36897d0959a9890fb0997c9847aa9d2fc9356520bd8a46ed0b51ff4c0
directory = blueprint-compiler-v0.16.0
source_url = https://gitlab.gnome.org/jwestman/blueprint-compiler/-/archive/v0.16.0/blueprint-compiler-v0.16.0.tar.gz
source_filename = blueprint-compiler-v0.16.0.tar.gz
source_hash = 01feb8263fe7a450b0a9fed0fd54cf88947aaf00f86cc7da345f8b39a0e7bd30

[provide]
program_names = blueprint-compiler

0 comments on commit f6c022e

Please sign in to comment.