scoop-games/bucket/angband.json

28 lines
823 B
JSON
Raw Normal View History

2019-08-08 12:00:31 -07:00
{
2019-08-16 17:00:23 -07:00
"version": "4.2.0",
2019-08-08 12:00:31 -07:00
"description": "A free single-player dungeon exploration game",
"homepage": "https://rephial.org/",
"license": "GPL-2.0",
2019-08-16 17:00:23 -07:00
"url": "https://github.com/angband/angband/releases/download/4.2.0/angband-win-4.2.0.zip",
"hash": "5d4527fbf4ff1ebdd7acbe60d5942c235fe4d0efe3b29e7e5bbaca088be9e44e",
2019-08-08 12:00:31 -07:00
"bin": "angband.exe",
2019-08-16 17:00:23 -07:00
"extract_dir": "angband-4.2.0",
2019-08-08 12:00:31 -07:00
"shortcuts": [
[
"angband.exe",
"Angband"
],
[
"Manual.pdf",
"Angband Manual"
]
],
"checkver": {
"github": "https://github.com/angband/angband"
},
"autoupdate": {
"url": "https://github.com/angband/angband/releases/download/$version/angband-win-$version.zip",
"extract_dir": "angband-$version"
}
}