ScoopInstaller_Main/bucket/serverless.json
2021-09-24 09:49:10 -07:00

24 lines
796 B
JSON

{
"version": "2.60.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.60.0/serverless-win-x64.exe#/serverless.exe",
"hash": "d5b21bfebae9d6a030f1d9e34abc8bf71cf9d7a5c2a52b5a78010172b7d36509"
}
},
"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"
}
}
}
}