scoop-games/bucket/taisei.json

35 lines
1.2 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
2021-05-01 17:30:47 -07:00
"version": "1.3.2",
"description": "Free and open source Touhou Project clone and fangame",
"homepage": "https://github.com/taisei-project/taisei",
2019-03-07 18:44:25 -08:00
"license": "MIT",
2022-03-19 15:54:04 -07:00
"architecture": {
"32bit": {
"url": "https://github.com/taisei-project/taisei/releases/download/v1.3.2/Taisei-1.3.2-windows-x86.zip",
"hash": "057a8698712f44e6db07f49c0ad667a536f3143efadd1d7dc1c93ce75d12135a"
},
"64bit": {
"url": "https://github.com/taisei-project/taisei/releases/download/v1.3.2/Taisei-1.3.2-windows-x86_64.zip",
"hash": "b7dd2960435c04fae78711d51608d1db79b504f6312ca2b5a53e186897996920"
}
},
"bin": "taisei.exe",
"shortcuts": [
[
"taisei.exe",
"Taisei"
]
],
"checkver": "github",
2019-03-07 18:44:25 -08:00
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/taisei-project/taisei/releases/download/v$version/Taisei-$version-windows-x86.zip"
2022-03-05 13:34:10 -08:00
},
"64bit": {
"url": "https://github.com/taisei-project/taisei/releases/download/v$version/Taisei-$version-windows-x86_64.zip"
2019-03-07 18:44:25 -08:00
}
}
}
2019-03-07 18:44:25 -08:00
}