[polari/gnome-3-22] flatpak: Build from tarball



commit 6897927a798ec3e730670dd981aeb62a9fcc5068
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Mar 16 21:03:24 2017 +0100

    flatpak: Build from tarball
    
    The recommendation[0] is to build stable applications from released
    tarballs, not the stable git branch.
    
    [0] https://wiki.gnome.org/Projects/SandboxedApps/Building

 org.gnome.Polari.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/org.gnome.Polari.json b/org.gnome.Polari.json
index a08d997..2bda175 100644
--- a/org.gnome.Polari.json
+++ b/org.gnome.Polari.json
@@ -104,9 +104,9 @@
             "name": "polari",
             "sources": [
                 {
-                    "type": "git",
-                    "branch": "gnome-3-22",
-                    "url": "git://git.gnome.org/polari"
+                    "type": "archive",
+                    "url": "https://download.gnome.org/sources/polari/3.22/polari-3.22.2.tar.xz";,
+                    "sha256": "c7b4c382a9bae8094a576dbd9d022de0a90e186a36529a2eab914fe9d9b0045f"
                 }
             ]
         }


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