From d86593962bd15a06eed184767158e53651eac265 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Wed, 22 Mar 2023 07:53:27 +0100 Subject: [PATCH] Update Platform to 44 --- hu.kramo.Cartridges.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/hu.kramo.Cartridges.json b/hu.kramo.Cartridges.json index c9b46e4..90308bb 100644 --- a/hu.kramo.Cartridges.json +++ b/hu.kramo.Cartridges.json @@ -1,7 +1,7 @@ { "app-id" : "hu.kramo.Cartridges", "runtime" : "org.gnome.Platform", - "runtime-version" : "master", + "runtime-version" : "44", "sdk" : "org.gnome.Sdk", "command" : "cartridges", "finish-args" : [ @@ -33,13 +33,13 @@ "modules" : [ "python3-modules.json", { - "name": "blueprint-compiler", - "buildsystem": "meson", - "sources": [ + "name" : "blueprint-compiler", + "buildsystem" : "meson", + "sources" : [ { - "type": "git", - "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", - "tag": "v0.6.0" + "type" : "git", + "url" : "https://gitlab.gnome.org/jwestman/blueprint-compiler", + "tag" : "v0.6.0" } ] }, @@ -54,5 +54,8 @@ } ] } - ] + ], + "build-options" : { + "env" : { } + } }