flatpak: use cached version for pygobject

There is no points relying on git master, just pick one version, this
will save us some network i/o during rebuilds of the flatpak
pull/119/head
Benjamin Tissoires 2018-03-06 10:31:46 +01:00
parent 83d669c059
commit 9e85b4d248
1 changed files with 3 additions and 2 deletions

View File

@ -66,8 +66,9 @@
},
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/pygobject.git"
"type": "archive",
"url": "http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.27/pygobject-3.27.5.tar.xz",
"sha256": "3e57f42a48f7e762a791ccec2514894945829dc1e70caeea0252505cbddbeda4"
}
]
},