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",
|
2020-07-21 17:30:19 -07:00
|
|
|
"version": "0.4.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": {
|
2020-07-21 17:30:19 -07:00
|
|
|
"url": "https://github.com/rednex/rgbds/releases/download/v0.4.1/rgbds-0.4.1-win64.zip",
|
|
|
|
"hash": "09a0569e2008ce9fcda5ac9c40a20dc6b5f49657c0a3bc5dbbfd9988dcf8a589"
|
2020-05-03 13:03:04 -07:00
|
|
|
},
|
|
|
|
"32bit": {
|
2020-07-21 17:30:19 -07:00
|
|
|
"url": "https://github.com/rednex/rgbds/releases/download/v0.4.1/rgbds-0.4.1-win32.zip",
|
|
|
|
"hash": "9fcd3cae9172b11faea91c489082c8124f3a0232182b6be05cd4b39cca5b5497"
|
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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|