Skip to content

Commit

Permalink
Update flatpak json
Browse files Browse the repository at this point in the history
  • Loading branch information
bartkessels committed Jan 29, 2018
1 parent 9ed33c3 commit c41223c
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions data/packaging/flatpak/net.bartkessels.getit.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,21 @@
"modules": [
{
"name": "gtksourceview-3.0",
"config-opts": ["--disable-Werror"],
"builddir": true,
"sources": [
{
"type": "git",
"branch": "gnome-3-24",
"url": "https://git.gnome.org/browse/gtksourceview"
"type": "archive",
"url": "https://git.gnome.org/browse/gtksourceview/snapshot/gtksourceview-3.24.6.tar.xz",
"sha256": "f96e7de24e4fffe08a73f76d8b6ea7f878f122509ee869ab1fbf3c64ee29fb3b"
}
]
},
{
"name": "json-glib",
"buildsystem": "meson",
"builddir": true,
"config-opts": [ "--libdir=/app/lib", "--buildtype=release" ],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/json-glib.git",
"branch": "68e90dafac7022fc467bac8d2dd04d3f8a5a88a7"
{
"type": "archive",
"url": "https://gitlab.gnome.org/GNOME/json-glib/repository/1.4.2/archive.tar.gz",
"sha256": "be83ab7eb09b0125be01e1a38bb0bc6073aa23d1a60bde1b6f4b7d9194649a89"
}
]
},
Expand All @@ -65,7 +60,8 @@
"sources": [
{
"type": "git",
"branch": "stable",
"tag": "4.0.6",
"commit": "9ed33c31d9d235ab09dfc447a20cdfbd0264e489",
"url": "https://github.com/bartkessels/getit"
}
]
Expand Down

0 comments on commit c41223c

Please sign in to comment.