28 lines
823 B
JSON
28 lines
823 B
JSON
{
|
|
"version": "4.2.0",
|
|
"description": "A free single-player dungeon exploration game",
|
|
"homepage": "https://rephial.org/",
|
|
"license": "GPL-2.0",
|
|
"url": "https://github.com/angband/angband/releases/download/4.2.0/angband-win-4.2.0.zip",
|
|
"hash": "5d4527fbf4ff1ebdd7acbe60d5942c235fe4d0efe3b29e7e5bbaca088be9e44e",
|
|
"bin": "angband.exe",
|
|
"extract_dir": "angband-4.2.0",
|
|
"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"
|
|
}
|
|
}
|