mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
24 lines
796 B
JSON
24 lines
796 B
JSON
{
|
|
"version": "2.69.1",
|
|
"description": "Framework for building and operating serverless applications",
|
|
"homepage": "https://serverless.com",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/serverless/serverless/releases/download/v2.69.1/serverless-win-x64.exe#/serverless.exe",
|
|
"hash": "03fcca9f139c0e2f3d7c04517b6846316025ed24839f5c58ab19b474e548f968"
|
|
}
|
|
},
|
|
"bin": "serverless.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/serverless/serverless"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/serverless/serverless/releases/download/v$version/serverless-win-x64.exe#/serverless.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|