ScoopInstaller_Main/bucket/serverless.json
2022-02-14 16:30:06 +00:00

24 lines
794 B
JSON

{
"version": "3.2.1",
"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.2.1/serverless-win-x64.exe#/serverless.exe",
"hash": "b8e832bdd4636ecbdfdc13e60c99a6ede5382da79f68edf5b376ae066b05acbe"
}
},
"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"
}
}
}
}