ScoopInstaller_Main/bucket/serverless.json
2022-05-10 08:31:01 +00:00

24 lines
796 B
JSON

{
"version": "3.17.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/v3.17.0/serverless-win-x64.exe#/serverless.exe",
"hash": "fc37224e44ae20a68fbbc2a65a335f064452939e20854d53c1d5ad66fd1a6a39"
}
},
"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"
}
}
}
}