scoop-games/bucket/taisei.json

35 lines
1.2 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
"description": "Free and open-source Touhou Project clone and fangame",
"homepage": "https://github.com/taisei-project/taisei",
2019-04-27 12:47:52 -07:00
"version": "1.3",
2019-03-07 18:44:25 -08:00
"license": "MIT",
"architecture": {
"64bit": {
2019-04-27 12:47:52 -07:00
"url": "https://github.com/taisei-project/taisei/releases/download/v1.3/Taisei-1.3-windows-x86_64.zip",
"hash": "bf18482cddf9145bdb763043a10de75ba344318122f653998bec6f0cf653cce7"
2019-03-07 18:44:25 -08:00
},
"32bit": {
2019-04-27 12:47:52 -07:00
"url": "https://github.com/taisei-project/taisei/releases/download/v1.3/Taisei-1.3-windows-x86.zip",
"hash": "b38ff4194eff951a3b1d91cc7e2f9f997b6c83da550e63edbc671457e4ce59df"
2019-03-07 18:44:25 -08:00
}
},
"bin": "taisei.exe",
"shortcuts": [
[
"taisei.exe",
"Taisei"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/taisei-project/taisei/releases/download/v$version/Taisei-$version-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/taisei-project/taisei/releases/download/v$version/Taisei-$version-windows-x86.zip"
}
}
}
}