scoop-games/bucket/rgbds.json

36 lines
1.2 KiB
JSON

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