scoop-games/bucket/ecwolf.json

43 lines
1.3 KiB
JSON

{
"version": "1.3.3",
"description": "Source port for Wolfenstein 3D",
"homepage": "https://maniacsvault.net/ecwolf/",
"license": "GPL-2.0-or-later",
"notes": [
"Place WL6/SOD/SD1/SD2/SD3 files (game data) in:",
"",
" %APPDATA%\\ECWolf"
],
"architecture": {
"32bit": {
"url": "http://maniacsvault.net/ecwolf/files/ecwolf/1.x/ecwolf-1.3.3_x86.zip",
"hash": "b541f23b53659a2d2117632f77e421f5bce77a98e8e2b252988983c0a48d1ed3"
},
"64bit": {
"url": "http://maniacsvault.net/ecwolf/files/ecwolf/1.x/ecwolf-1.3.3_x64.zip",
"hash": "f96e1119b1646aad30f05bb0adb079f57326a3093bef304c8124a2ec9fc8ea7d"
}
},
"bin": "ecwolf.exe",
"shortcuts": [
[
"ecwolf.exe",
"ECWolf"
]
],
"checkver": {
"url": "https://maniacsvault.net/ecwolf/download.php",
"regex": "\\/ecwolf-([\\d.-]+)_x[\\d]{2}\\.zip"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "http://maniacsvault.net/ecwolf/files/ecwolf/1.x/ecwolf-$version_x86.zip"
},
"64bit": {
"url": "http://maniacsvault.net/ecwolf/files/ecwolf/1.x/ecwolf-$version_x64.zip"
}
}
}
}