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.5.1",
"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.5.1/rgbds-0.5.1-win64.zip",
"hash": "c0b35ed749abfde07a8726013357d8971c3d212b4e7232aef0b4d8364e4939b6"
},
"32bit": {
"url": "https://github.com/rednex/rgbds/releases/download/v0.5.1/rgbds-0.5.1-win32.zip",
"hash": "f50faa92ec9a2d18b12eaa12ccda4463cf8d92ee228bfb9bcbdd102887bbe391"
}
},
"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"
}
}
}
}