mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Repository deleted, webpage is not working for 2 weeks and today it was removed completely.
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "1.0.0-rc3",
|
|
"description": "Lets you build, deploy, and manage AWS Lambda functions.",
|
|
"homepage": "http://apex.run/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v1.0.0-rc3/apex_1.0.0-rc3_windows_amd64.tar.gz",
|
|
"hash": "0922b7760a5d2a5f1f36006834693680ad6398436cb019c1be410aa87a1efbe5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/apex/apex/releases/download/v1.0.0-rc3/apex_1.0.0-rc3_windows_386.tar.gz",
|
|
"hash": "b7c3d48216304d90a2d3b714672caaa377b18f84f1c32dcd0464d53c51b82607"
|
|
}
|
|
},
|
|
"notes": "This is a pre-release version (release candidate)!",
|
|
"bin": "apex.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/apex/apex",
|
|
"regex": ">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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/apex_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|