scoop-games/bucket/scummvm.json

52 lines
1.7 KiB
JSON

{
"version": "2.6.0",
"description": "ScummVM is a program which allows you to run certain classic graphical adventure and role-playing games",
"homepage": "https://www.scummvm.org/",
"license": {
"identifier": "GPL-3.0",
"url": "https://github.com/scummvm/scummvm/blob/master/COPYING"
},
"architecture": {
"32bit": {
"url": "https://downloads.scummvm.org/frs/scummvm/2.6.0/scummvm-2.6.0-win32.zip",
"hash": "4368c0ddcec6a409019b7c3356962d7f540e40ad5a6d0d725b5b86aca0e11dc2",
"extract_dir": "scummvm-2.6.0-win32"
},
"64bit": {
"url": "https://downloads.scummvm.org/frs/scummvm/2.6.0/scummvm-2.6.0-win32-x86_64.zip",
"hash": "b38e6714fecace6239dfe4811af7fcd21420bc1a3b9dd476755623fb8c231fc1",
"extract_dir": "scummvm-2.6.0-win32-x86_64"
}
},
"shortcuts": [
[
"scummvm.exe",
"ScummVM"
]
],
"persist": [
"scummvm.ini",
"saves",
"themes",
"extras"
],
"checkver": {
"github": "https://github.com/scummvm/scummvm"
},
"autoupdate": {
"hash": {
"url": "$url.sha256"
},
"architecture": {
"32bit": {
"url": "https://downloads.scummvm.org/frs/scummvm/$version/scummvm-$version-win32.zip",
"extract_dir": "scummvm-$version-win32"
},
"64bit": {
"url": "https://downloads.scummvm.org/frs/scummvm/$version/scummvm-$version-win32-x86_64.zip",
"extract_dir": "scummvm-$version-win32-x86_64"
}
}
}
}