build: sync nightly flatpak with recent changes on stable one.

Exiv2 and GExiv2 has been updated and using "app-id" instead of "id".
This commit is contained in:
Jehan 2018-07-05 13:29:26 +02:00
parent cb2ff238c3
commit dc6c14c29f
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ {
"id": "org.gimp.GIMP", "app-id": "org.gimp.GIMP",
"branch": "master", "branch": "master",
"runtime": "org.gnome.Platform", "runtime": "org.gnome.Platform",
"runtime-version": "3.28", "runtime-version": "3.28",
@ -91,8 +91,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "http://www.exiv2.org/exiv2-0.25.tar.gz", "url": "http://www.exiv2.org/builds/exiv2-0.26-trunk.tar.gz",
"sha256": "c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4" "sha256": "c75e3c4a0811bf700d92c82319373b7a825a2331c12b8b37d41eb58e4f18eafb"
}, },
{ {
"type": "shell", "type": "shell",
@ -105,8 +105,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.6.tar.xz", "url": "https://download.gnome.org/sources/gexiv2/0.10/gexiv2-0.10.8.tar.xz",
"sha256": "132788919667254b42c026ab39ab3c3a5be59be8575c05fa4b371ca8aed55825" "sha256": "81c528fd1e5e03577acd80fb77798223945f043fd1d4e06920c71202eea90801"
} }
] ]
}, },