[gnome-boxes/coldtom/runtime-version: 1/4] flatpak: Bump flatpak runtime version



commit 737d9142fb0082c16e20740d2e204b69e0cbc10b
Author: Thomas Coldrick <thomas coldrick codethink co uk>
Date:   Wed Aug 22 12:20:54 2018 +0100

    flatpak: Bump flatpak runtime version
    
    The flatpak manifest is used to generate the nightly flatpak build,
    but currently it uses the 3.28 runtime, rather than the nightly
    master. As a result it tries to build on outdated meson, and fails.
    
    This patch updates to the master runtime, which will make sure there
    aren't any build failures before the 3.30 release.

 build-aux/flatpak/org.gnome.Boxes.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 1f498182..1de1d1df 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -1,7 +1,7 @@
 {
     "app-id" : "org.gnome.BoxesDevel",
     "runtime" : "org.gnome.Platform",
-    "runtime-version" : "3.28",
+    "runtime-version" : "master",
     "sdk" : "org.gnome.Sdk",
     "command" : "gnome-boxes",
     "tags" : ["devel", "development", "nightly"],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]