mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 04:11:19 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"description": "Apex lets you build, deploy, and manage AWS Lambda functions.",
|
|
"homepage": "http://apex.run/",
|
|
"license": "MIT",
|
|
"version": "1.0.0-rc2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v1.0.0-rc2/apex_1.0.0-rc2_windows_amd64.tar.gz",
|
|
"hash": "3c324e4a08a5a7906cd4d8a64192ee530532bd3a6a90d15fc32b8e0860f2639e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v1.0.0-rc2/apex_1.0.0-rc2_windows_386.tar.gz",
|
|
"hash": "d2b9d5353b1081e9ab61223d0ed7d3e747de5ba210fbb065cbf41beae34f9b19"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|