ScoopInstaller_Main/bucket/serverless.json
2021-12-03 18:02:02 +00:00

24 lines
796 B
JSON

{
"version": "2.68.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/v2.68.0/serverless-win-x64.exe#/serverless.exe",
"hash": "fc7a2fc9c95dc457e77a3613a0c67b7303d78f732afc085a14e926d226d3aa38"
}
},
"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"
}
}
}
}