scoop-games/bucket/cdogs-sdl.json

27 lines
864 B
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"homepage": "https://cxong.github.io/cdogs-sdl/",
"description": "Classic overhead run-and-gun game",
2020-05-25 17:30:37 -07:00
"version": "0.8.0",
2019-03-07 18:44:25 -08:00
"license": "GPL-2.0-or-later",
2020-05-25 17:30:37 -07:00
"url": "https://github.com/cxong/cdogs-sdl/releases/download/0.8.0/C-Dogs.SDL-0.8.0-win32.zip",
"hash": "77c862619f7906c4cf2036996f5e780155cb8f1a8027eae04bb1547e994ed994",
"extract_dir": "C-Dogs SDL-0.8.0-win32",
2019-03-07 18:44:25 -08:00
"shortcuts": [
[
"bin\\cdogs-sdl.exe",
"C-Dogs SDL"
],
[
"bin\\cdogs-sdl-editor.exe",
"C-Dogs SDL Editor"
]
],
"checkver": {
"github": "https://github.com/cxong/cdogs-sdl"
},
"autoupdate": {
"url": "https://github.com/cxong/cdogs-sdl/releases/download/$version/C-Dogs.SDL-$version-win32.zip",
"extract_dir": "C-Dogs SDL-$version-win32"
}
}