ScoopInstaller_Main/bucket/serverless.json
2020-04-29 15:27:21 +02:00

24 lines
796 B
JSON

{
"version": "1.69.0",
"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.69.0/serverless-win-x64.exe#/serverless.exe",
"hash": "599cacbc3d418c922f23cc499a37ee7b3b78db0f0d0420c1004dfcb84763535e"
}
},
"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"
}
}
}
}