From cc874227a137a7d7b6d7a9b8205aba4ca10fc8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Sun, 20 May 2018 00:23:55 +0200 Subject: [PATCH] Flatpak: reduce difference to flathub version --- org.gajim.Gajim.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/org.gajim.Gajim.json b/org.gajim.Gajim.json index 7f7ddadf1..c710bc427 100644 --- a/org.gajim.Gajim.json +++ b/org.gajim.Gajim.json @@ -268,9 +268,9 @@ ], "sources": [ { - "type": "git", - "url": "https://github.com/lathiat/avahi.git", - "branch": "v0.7" + "type": "archive", + "url": "https://github.com/lathiat/avahi/archive/v0.7.tar.gz", + "sha256": "fd45480cef0559b3eab965ea3ad4fe2d7a8f27db32c851a032ee0b487c378329" } ] }, @@ -338,7 +338,8 @@ { "type": "git", "url": "https://dev.gajim.org/gajim/python-nbxmpp.git", - "branch": "nbxmpp-0.6.6" + "tag": "nbxmpp-0.6.6", + "commit": "7256d13ebcde065824da4715df0db399fe9aaf57" } ] },