2018-09-12 17:00:33 +00:00

33 lines
1.2 KiB
JSON

{
"description": "Lets you build, deploy, and manage AWS Lambda functions.",
"homepage": "http://apex.run/",
"license": "MIT",
"version": "1.0.0-rc4",
"architecture": {
"64bit": {
"url": "https://github.com/apex/apex/releases/download/v1.0.0-rc4/apex_1.0.0-rc4_windows_amd64.tar.gz",
"hash": "6565cedc1e318a40e56b9405bb0b5f85cbc37743ca6e7859ff173303065e58cf"
},
"32bit": {
"url": "https://github.com/apex/apex/releases/download/v1.0.0-rc4/apex_1.0.0-rc4_windows_386.tar.gz",
"hash": "064dfc9d22e9c95e66892d8189ee94b97f32e7cf70e8c38751cff63725f4f04d"
}
},
"notes": "This is a pre-release version (release candidate)!",
"bin": "apex.exe",
"checkver": {
"github": "https://github.com/apex/apex",
"re": ">v([a-z\\d.-]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/apex/apex/releases/download/v$version/apex_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/apex/apex/releases/download/v$version/apex_$version_windows_386.tar.gz"
}
}
}
}