36 lines
1.2 KiB
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.2",
|
|
"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.2/rgbds-0.5.2-win64.zip",
|
|
"hash": "36907be26993876b1cacf320d6db18436eabe045ae731a09a183183a9f9591c8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rednex/rgbds/releases/download/v0.5.2/rgbds-0.5.2-win32.zip",
|
|
"hash": "00233a80fe8269fa0be99504a5f2ef308b38f8094bd28dab7232e76ed306500d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|