ScoopInstaller_Main/bucket/serverless.json
2022-03-08 12:30:26 +00:00

24 lines
794 B
JSON

{
"version": "3.7.2",
"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.2/serverless-win-x64.exe#/serverless.exe",
"hash": "1ac0b731128d1576b528794e3049a47d766cc6bafcec90b7fd73168b39a970f5"
}
},
"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"
}
}
}
}