scoop-games/bucket/taisei.json

35 lines
1.2 KiB
JSON
Raw Normal View History

2019-03-07 18:44:25 -08:00
{
2019-07-27 07:48:49 -07:00
"description": "Free and open source Touhou Project clone and fangame",
2019-03-07 18:44:25 -08:00
"homepage": "https://github.com/taisei-project/taisei",
2021-05-01 17:30:47 -07:00
"version": "1.3.2",
2019-03-07 18:44:25 -08:00
"license": "MIT",
"architecture": {
"64bit": {
2021-05-01 17:30:47 -07:00
"url": "https://github.com/taisei-project/taisei/releases/download/v1.3.2/Taisei-1.3.2-windows-x86_64.zip",
"hash": "b7dd2960435c04fae78711d51608d1db79b504f6312ca2b5a53e186897996920"
2019-03-07 18:44:25 -08:00
},
"32bit": {
2021-05-01 17:30:47 -07:00
"url": "https://github.com/taisei-project/taisei/releases/download/v1.3.2/Taisei-1.3.2-windows-x86.zip",
"hash": "057a8698712f44e6db07f49c0ad667a536f3143efadd1d7dc1c93ce75d12135a"
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"
}
}
}
}