ScoopInstaller_Main/bucket/serverless.json
2021-06-09 19:49:48 -07:00

24 lines
796 B
JSON

{
"version": "2.45.2",
"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.45.2/serverless-win-x64.exe#/serverless.exe",
"hash": "fbdaa447d8cfeb5b7cda3d3a92f733fb4090e713f4b20c16c77419e2b67c3d76"
}
},
"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"
}
}
}
}