[gnome-builder] flatpak: update flatpak/flatpak-builder/ostree



commit a9e2341f35be0ceb8383031c018530dd1df626f2
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 6 08:22:54 2019 -0700

    flatpak: update flatpak/flatpak-builder/ostree
    
    Use git upstream for these, as they contain some fixes we want
    going forward.

 build-aux/flatpak/flatpak-builder-watch-bus.patch | 39 -----------------------
 build-aux/flatpak/org.gnome.Builder.json          | 19 ++++-------
 2 files changed, 6 insertions(+), 52 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index a5cf952b0..178f83f3b 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -433,9 +433,8 @@
             ],
             "sources" : [
                 {
-                    "type" : "archive",
-                    "url" : 
"https://github.com/ostreedev/ostree/releases/download/v2019.1/libostree-2019.1.tar.xz";,
-                    "sha256" : "15f734e7c65875f62c967b9937894704354a11927e92a91cb5ad8041bbb6c723"
+                    "type" : "git",
+                    "url" : "https://github.com/ostreedev/ostree.git";
                 }
             ]
         },
@@ -466,9 +465,8 @@
             ],
             "sources" : [
                 {
-                    "type" : "archive",
-                    "url" : 
"https://github.com/flatpak/flatpak/releases/download/1.2.4/flatpak-1.2.4.tar.xz";,
-                    "sha256" : "1b6539d94d31e571661a2545cfcece7ec9267b4e2552e3cc0f617f4790f6c3e1"
+                    "type" : "git",
+                    "url" : "https://github.com/flatpak/flatpak.git";
                 }
             ]
         },
@@ -476,13 +474,8 @@
             "name" : "flatpak-builder",
             "sources" : [
                 {
-                    "type" : "archive",
-                    "url" : 
"https://github.com/flatpak/flatpak-builder/releases/download/1.0.6/flatpak-builder-1.0.6.tar.xz";,
-                    "sha256" : "3b572ad7b7cce9ca6a8632ca69a49a47b20e99066fe064b7b56e7896dca789bb"
-                },
-                {
-                    "type" : "patch",
-                    "path" : "flatpak-builder-watch-bus.patch"
+                    "type" : "git",
+                    "url" : "https://github.com/flatpak/flatpak-builder.git";
                 }
             ]
         },


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