scoop-games/bucket/lambdahack.json

35 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2019-10-10 20:49:33 -07:00
{
2022-03-05 13:34:10 -08:00
"version": "0.11.0.0",
"description": "Haskell game engine library for roguelike dungeon crawlers",
"homepage": "https://github.com/LambdaHack/LambdaHack",
2019-10-10 20:49:33 -07:00
"license": "BSD-3",
2022-03-19 15:54:04 -07:00
"architecture": {
"32bit": {
"url": "https://github.com/LambdaHack/LambdaHack/releases/download/v0.11.0.0/LambdaHack_0.11.0.0_windows-i686.zip",
"hash": "250e0982874cc55d812e8d83806a14e77b68483669764c2a5ff3f5d6f50a9947"
},
"64bit": {
"url": "https://github.com/LambdaHack/LambdaHack/releases/download/v0.11.0.0/LambdaHack_0.11.0.0_windows-x86_64.zip",
"hash": "7588920ac3987e4fbea80980e14854aadc8983783bc5ce1e50edb6b16d25003c"
}
},
"extract_dir": "LambdaHackTheGame",
"shortcuts": [
[
"LambdaHack.exe",
"Lambda Hack"
]
],
"checkver": "github",
2019-10-10 20:49:33 -07:00
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/LambdaHack/LambdaHack/releases/download/v$version/LambdaHack_$version_windows-i686.zip"
2022-03-05 13:34:10 -08:00
},
"64bit": {
"url": "https://github.com/LambdaHack/LambdaHack/releases/download/v$version/LambdaHack_$version_windows-x86_64.zip"
2019-10-10 20:49:33 -07:00
}
}
}
2019-10-10 20:49:33 -07:00
}