rgbds: Add version 0.4.0

master
Richard Kuhnt 2020-05-03 22:03:04 +02:00
parent 1001bc6107
commit 4542171966
1 changed files with 35 additions and 0 deletions

35
bucket/rgbds.json Normal file
View File

@ -0,0 +1,35 @@
{
"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.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.4.0/rgbds-0.4.0-win64.zip",
"hash": "9e91088b4fd3e07871427afbacf72ccf0c94d4fa51bdc44da1cd8ca12acbcb47"
},
"32bit": {
"url": "https://github.com/rednex/rgbds/releases/download/v0.4.0/rgbds-0.4.0-win32.zip",
"hash": "0984aa9f1becbef776432b48263c8e38c8c82875f8bbe61a8cb1104bc3f14aa2"
}
},
"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"
}
}
}
}