ScoopInstaller_Main/bucket/serverless.json
2022-03-17 20:27:21 +00:00

24 lines
794 B
JSON

{
"version": "3.7.7",
"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.7/serverless-win-x64.exe#/serverless.exe",
"hash": "311b5472b30764255a144162ddc8bae38ec7c23c2cf8249dda127b04191d6806"
}
},
"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"
}
}
}
}