scoop-games/bucket/rgbds.json

36 lines
1.2 KiB
JSON

{
"homepage": "https://rednex.github.io/rgbds/",
"description": "A free assembler/linker package for the Game Boy and Game Boy Color",
"license": "MIT",
"version": "0.4.2",
"bin": [
"rgbasm.exe",
"rgbfix.exe",
"rgbgfx.exe",
"rgblink.exe"
],
"checkver": {
"github": "https://github.com/rednex/rgbds"
},
"architecture": {
"64bit": {
"url": "https://github.com/rednex/rgbds/releases/download/v0.4.2/rgbds-0.4.2-win64.zip",
"hash": "7b870835b6ae1aa0bf3e43214e4b6bddb91e50c9036db39660f495484674d4af"
},
"32bit": {
"url": "https://github.com/rednex/rgbds/releases/download/v0.4.2/rgbds-0.4.2-win32.zip",
"hash": "c025b086182d4036b938dd3021e1056cd3fd09a67ef90ff68dce8d4140bfe5b5"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rednex/rgbds/releases/download/v$version/rgbds-$version-win64.zip"
},
"32bit": {
"url": "https://github.com/rednex/rgbds/releases/download/v$version/rgbds-$version-win32.zip"
}
}
}
}