Browse Source

build: Use libshumate tarball instead of git

merge-requests/1327/merge
Kévin Commaille 3 years ago committed by Kévin Commaille
parent
commit
f714c4d87b
  1. 6
      build-aux/org.gnome.Fractal.Devel.json
  2. 6
      build-aux/org.gnome.Fractal.Hack.json

6
build-aux/org.gnome.Fractal.Devel.json

@ -41,9 +41,9 @@
], ],
"sources": [ "sources": [
{ {
"type": "git", "type": "archive",
"url": "https://gitlab.gnome.org/GNOME/libshumate/", "url": "https://download.gnome.org/sources/libshumate/1.0/libshumate-1.0.3.tar.xz",
"tag": "1.0.3" "sha256": "77a192f0dfec082b8de20b1939f3adf03eed41114d49fdaae2bbb2729ceb015a"
} }
] ]
}, },

6
build-aux/org.gnome.Fractal.Hack.json

@ -47,9 +47,9 @@
], ],
"sources": [ "sources": [
{ {
"type": "git", "type": "archive",
"url": "https://gitlab.gnome.org/GNOME/libshumate/", "url": "https://download.gnome.org/sources/libshumate/1.0/libshumate-1.0.3.tar.xz",
"tag": "1.0.3" "sha256": "77a192f0dfec082b8de20b1939f3adf03eed41114d49fdaae2bbb2729ceb015a"
} }
] ]
}, },

Loading…
Cancel
Save