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
This commit is contained in:
parent
83d669c059
commit
9e85b4d248
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue