ScoopInstaller_Main/bucket/serverless.json
2020-11-09 16:26:08 +01:00

24 lines
796 B
JSON

{
"version": "2.11.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.11.1/serverless-win-x64.exe#/serverless.exe",
"hash": "9652df5ad47c3743572973c7ee94471d3620f481cec0b3d6df2baae3f64be8f4"
}
},
"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"
}
}
}
}