scoop-games/bucket/scummvm.json

43 lines
1.5 KiB
JSON

{
"homepage": "https://www.scummvm.org/",
"description": "ScummVM is a program which allows you to run certain classic graphical adventure and role-playing games",
"version": "2.5.1",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://downloads.scummvm.org/frs/scummvm/2.5.1/scummvm-2.5.1-win32-x86_64.zip",
"hash": "ad407cf1ccaf8ceb428595cf60d345c61ea07a7cb71a9d065b4f5104cb7f99b8",
"extract_dir": "scummvm-2.5.1-win32-x86_64"
},
"32bit": {
"url": "https://downloads.scummvm.org/frs/scummvm/2.5.1/scummvm-2.5.1-win32.zip",
"hash": "107c551ca527617f0cf3de986b0a4c8355d12d722ec1cda33a392884225c4251",
"extract_dir": "scummvm-2.5.1-win32"
}
},
"shortcuts": [
[
"scummvm.exe",
"ScummVM"
]
],
"checkver": {
"github": "https://github.com/scummvm/scummvm/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.scummvm.org/frs/scummvm/$version/scummvm-$version-win32-x86_64.zip",
"extract_dir": "scummvm-$version-win32-x86_64"
},
"32bit": {
"url": "https://downloads.scummvm.org/frs/scummvm/$version/scummvm-$version-win32.zip",
"extract_dir": "scummvm-$version-win32"
}
},
"hash": {
"url": "$url.sha256"
}
}
}