ScoopInstaller_Main/bucket/serverless.json
2022-11-03 20:26:25 +00:00

24 lines
796 B
JSON

{
"version": "3.24.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/v3.24.0/serverless-win-x64.exe#/serverless.exe",
"hash": "c0a36e5aa614a6bc412579104b55894ebc5e4228b7fd9d1c8d6fd64b646b647e"
}
},
"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"
}
}
}
}