ScoopInstaller_Main/bucket/serverless.json
2020-03-20 00:01:51 +00:00

24 lines
796 B
JSON

{
"version": "1.67.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.67.0/serverless-win-x64.exe#/serverless.exe",
"hash": "d9f9305295ca0cdbdc11474b0dde7e90437ce43669a1bc2fcb03858ecbda3ee8"
}
},
"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"
}
}
}
}