GNOME Bugzilla – Bug 780126
flatpak: Add manifest
Last modified: 2017-03-17 09:29:19 UTC
See patch.
Created attachment 348057 [details] [review] flatpak: Add manifest There are currently too few games on http://flatpak.org/apps.html, let's change that!
Review of attachment 348057 [details] [review]: OK cool! Since this doesn't touch any of the code, I think it's fine to commit during the freeze. ::: org.gnome.chess.json @@ +29,3 @@ + { + "type": "archive", + "url": "http://ftpmirror.gnu.org/chess/gnuchess-6.2.3.tar.gz", It matters a lot less because of the sha256sum, but this is available via https too, so let's use it. @@ +39,3 @@ + { + "type": "git", + "url": "git://git.gnome.org/gnome-chess" https://git.gnome.org/browse/gnome-chess
Attachment 348057 [details] pushed as 9fbdd1b - flatpak: Add manifest