Update blueprint-compiler version

This commit is contained in:
kramo
2024-09-18 16:32:47 +02:00
parent 5050c4f6ca
commit 4938bacd55
2 changed files with 127 additions and 131 deletions

View File

@@ -112,21 +112,17 @@
{ {
"type": "git", "type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag" : "v0.12.0" "tag": "v0.14.0"
} }
], ],
"cleanup" : [ "cleanup": ["*"]
"*"
]
}, },
{ {
"name": "cartridges", "name": "cartridges",
"builddir": true, "builddir": true,
"buildsystem": "meson", "buildsystem": "meson",
"run-tests": true, "run-tests": true,
"config-opts": [ "config-opts": ["-Dprofile=development"],
"-Dprofile=development"
],
"sources": [ "sources": [
{ {
"type": "dir", "type": "dir",

View File

@@ -1,7 +1,7 @@
[wrap-git] [wrap-git]
directory = blueprint-compiler directory = blueprint-compiler
url = https://gitlab.gnome.org/jwestman/blueprint-compiler.git url = https://gitlab.gnome.org/jwestman/blueprint-compiler.git
revision = v0.12.0 revision = v0.14.0
depth = 1 depth = 1
[provide] [provide]