[gnome-boxes] flatpak: Match dependency version with flathub



commit 4c8d1e98efb06ab04cbf62f60c6c481597ce7bea
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Apr 15 11:49:42 2019 +0200

    flatpak: Match dependency version with flathub
    
    In Flathub (beta branch) we are running with:
     - libvirt 5.1.0
     - spice-protocol 0.12.15
     - spice-gtk 0.36
     - qemu 3.1.0
    
    We need to match these versions in order to provide a consistent
    experience for users (beta and nightly) and developers.

 build-aux/flatpak/org.gnome.Boxes.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 4525ee26..2a5dc181 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -127,8 +127,8 @@
             "sources" : [
                 {
                     "type" : "archive",
-                    "url" : "https://libvirt.org/sources/libvirt-4.7.0.tar.xz";,
-                    "sha256" : "92c279f7321624ac5a37a81f8bbe8c8d2a16781da04c63c99c92d3de035767e4"
+                    "url" : "https://libvirt.org/sources/libvirt-5.1.0.tar.xz";,
+                    "sha256" : "26f97a53d3172f07f8b63884d845ed71307c4675dc4e1b281c59d253e1e323ab"
                 }
             ]
         },
@@ -306,8 +306,8 @@
             "sources" : [
                 {
                     "type" : "archive",
-                    "url" : "https://download.qemu.org/qemu-3.0.0.tar.xz";,
-                    "sha256" : "8d7af64fe8bd5ea5c3bdf17131a8b858491bcce1ee3839425a6d91fb821b5713"
+                    "url" : "https://download.qemu.org/qemu-3.1.0.tar.xz";,
+                    "sha256" : "6a0508df079a0a33c2487ca936a56c12122f105b8a96a44374704bef6c69abfc"
                 }
             ]
         },


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