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": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libshumate/",
"tag": "1.0.3"
"type": "archive",
"url": "https://download.gnome.org/sources/libshumate/1.0/libshumate-1.0.3.tar.xz",
"sha256": "77a192f0dfec082b8de20b1939f3adf03eed41114d49fdaae2bbb2729ceb015a"
}
]
},

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

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

Loading…
Cancel
Save