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.0",
|
|
"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.0/rgbds-0.5.0-win64.zip",
|
|
"hash": "1726937614798e35ab18e204f13c0fdb3bc60a24652e64065eb55284fc3ce5fe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rednex/rgbds/releases/download/v0.5.0/rgbds-0.5.0-win32.zip",
|
|
"hash": "978528f2bbf23d61a5b7ba3ee574cb7884aa14a98859470000d7dfd012c1b69f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|