ScoopInstaller_Main/bucket/serverless.json
2020-05-21 08:12:36 +02:00

24 lines
796 B
JSON

{
"version": "1.71.3",
"description": "Framework for building and operating serverless applications",
"homepage": "https://serverless.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/serverless/serverless/releases/download/v1.71.3/serverless-win-x64.exe#/serverless.exe",
"hash": "30f2068a16b312246cdf2c28932052f6abb4ccb96d3ba1c58f5f78eb664ae920"
}
},
"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"
}
}
}
}