2020-05-03 13:03:04 -07:00
|
|
|
{
|
|
|
|
"homepage": "https://rednex.github.io/rgbds/",
|
|
|
|
"description": "A free assembler/linker package for the Game Boy and Game Boy Color",
|
|
|
|
"license": "MIT",
|
2021-05-09 17:31:43 -07:00
|
|
|
"version": "0.5.1",
|
2020-05-03 13:03:04 -07:00
|
|
|
"bin": [
|
|
|
|
"rgbasm.exe",
|
|
|
|
"rgbfix.exe",
|
|
|
|
"rgbgfx.exe",
|
|
|
|
"rgblink.exe"
|
|
|
|
],
|
|
|
|
"checkver": {
|
|
|
|
"github": "https://github.com/rednex/rgbds"
|
|
|
|
},
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2021-05-09 17:31:43 -07:00
|
|
|
"url": "https://github.com/rednex/rgbds/releases/download/v0.5.1/rgbds-0.5.1-win64.zip",
|
|
|
|
"hash": "c0b35ed749abfde07a8726013357d8971c3d212b4e7232aef0b4d8364e4939b6"
|
2020-05-03 13:03:04 -07:00
|
|
|
},
|
|
|
|
"32bit": {
|
2021-05-09 17:31:43 -07:00
|
|
|
"url": "https://github.com/rednex/rgbds/releases/download/v0.5.1/rgbds-0.5.1-win32.zip",
|
|
|
|
"hash": "f50faa92ec9a2d18b12eaa12ccda4463cf8d92ee228bfb9bcbdd102887bbe391"
|
2020-05-03 13:03:04 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|