ScoopInstaller_Main/bucket/serverless.json
2021-01-26 17:48:23 +01:00

24 lines
796 B
JSON

{
"version": "2.21.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/v2.21.0/serverless-win-x64.exe#/serverless.exe",
"hash": "73bcb57af8df194b5a16e4ac6e9929962d9debacd73fc90742f0aad435e9cab5"
}
},
"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"
}
}
}
}