ScoopInstaller_Main/bucket/serverless.json
2020-04-08 13:51:22 +02:00

24 lines
796 B
JSON

{
"version": "1.67.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.67.3/serverless-win-x64.exe#/serverless.exe",
"hash": "00042759d618a2c2562884a1c49361bfb3700805c4cb45169460311a8c27ea5c"
}
},
"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"
}
}
}
}