ScoopInstaller_Main/bucket/serverless.json
2022-03-15 08:28:43 +00:00

24 lines
794 B
JSON

{
"version": "3.7.5",
"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.7.5/serverless-win-x64.exe#/serverless.exe",
"hash": "323488f498bdd896be4aed0e07719602adbfd5679d84ac1354fd87b06f106427"
}
},
"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"
}
}
}
}