28 lines
838 B
JSON
28 lines
838 B
JSON
{
|
|
"version": "1.7.5",
|
|
"description": "A roguelike game by Brian Walker",
|
|
"homepage": "https://sites.google.com/site/broguegame",
|
|
"license": "AGPL-3.0",
|
|
"extract_dir": "Brogue-windows-v1.7.5",
|
|
"url": "https://sites.google.com/site/broguegame/Brogue-windows-v1.7.5.zip",
|
|
"hash": "aa888495d79833b0a26ffbc22e952068c7c71d13a9a1244ce1f522b1168ac914",
|
|
"shortcuts": [
|
|
[
|
|
"brogue.exe",
|
|
"Brogue"
|
|
],
|
|
[
|
|
"Readme.rtf",
|
|
"Brogue ReadMe"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://sites.google.com/site/broguegame/",
|
|
"re": "Brogue-windows-v([\\d.]+).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://sites.google.com/site/broguegame/Brogue-windows-v$version.zip",
|
|
"extract_dir": "Brogue-windows-v$version"
|
|
}
|
|
}
|