RazZziel / PortableLinuxGames

Scripts and utilities for creating AppImages
http://www.portablelinuxgames.org/
96 stars 9 forks source link

OpenHV is outdated #15

Closed Mailaender closed 2 years ago

Mailaender commented 2 years ago

https://portablelinuxgames.org/game/openhv lists older https://github.com/OpenHV/OpenHV/releases

RazZziel commented 2 years ago

Hi, and sorry for the late reply!

https://portablelinuxgames.org/game/openhv has just been updated with the latest release and pre-release available in https://github.com/OpenHV/OpenHV/releases

RazZziel commented 2 years ago

I'm not closing the issue yet because I'll try to use Github's API to fetch updates automatically:

raziel@Bebop2 ~ $ curl -s -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/OpenHV/OpenHV/releases | jq '.[] | .assets[] | select(.name|endswith(".AppImage")) | { browser_download_url, size, updated_at, browser_download_url }'
{
  "browser_download_url": "https://github.com/OpenHV/OpenHV/releases/download/20220128/OpenHV-20220128-x86_64.AppImage",
  "size": 151045312,
  "updated_at": "2022-01-28T21:54:37Z"
}
{
  "browser_download_url": "https://github.com/OpenHV/OpenHV/releases/download/20220102/OpenHV-20220102-x86_64.AppImage",
  "size": 114382016,
  "updated_at": "2022-01-02T20:32:32Z"
}
(...)
RazZziel commented 2 years ago

Done