[totem/wip/hadess/fix-meson-hang] flatpak: Work-around git clone problems on gitlab.fd.o



commit 6b3110ba656ae11f6ac6112223a9bc57cecc4376
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jan 10 15:07:29 2022 +0100

    flatpak: Work-around git clone problems on gitlab.fd.o
    
    By switching to a tarball.

 flatpak/org.gnome.Totem.Devel.json | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index b8ab5f698..606feaa86 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -277,10 +277,9 @@
             ],
             "sources": [
                 {
-                    "type": "git",
-                    "url": "https://gitlab.freedesktop.org/dbus/dbus-glib.git";,
-                    "tag": "dbus-glib-0.110",
-                    "commit": "ffeb6909967ff79585a7ede85227da94f04ecb01"
+                    "type": "archive",
+                    "url": "https://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.112.tar.gz";,
+                    "sha256": "7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a"
                 }
             ]
         },


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