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",
2019-09-29 17:01:14 -07:00
"version": "1.3.1",
2019-03-07 18:44:25 -08:00
"license": "MIT",
"architecture": {
"64bit": {
2019-09-29 17:01:14 -07:00
"url": "https://github.com/taisei-project/taisei/releases/download/v1.3.1/Taisei-1.3.1-windows-x86_64.zip",
"hash": "e55f0f508f328ad1727919b129ec6cf18cb7837d743bb42cd0473abe3cf5354d"
2019-03-07 18:44:25 -08:00
},
"32bit": {
2019-09-29 17:01:14 -07:00
"url": "https://github.com/taisei-project/taisei/releases/download/v1.3.1/Taisei-1.3.1-windows-x86.zip",
"hash": "c539b68f1d2865c2cef4e2d3d16395fa28117ab5de0038bc14ca3b6943a092a1"
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"
}
}
}
}