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.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.4.1/rgbds-0.4.1-win64.zip",
"hash": "09a0569e2008ce9fcda5ac9c40a20dc6b5f49657c0a3bc5dbbfd9988dcf8a589"
},
"32bit": {
"url": "https://github.com/rednex/rgbds/releases/download/v0.4.1/rgbds-0.4.1-win32.zip",
"hash": "9fcd3cae9172b11faea91c489082c8124f3a0232182b6be05cd4b39cca5b5497"
}
},
"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"
}
}
}
}