ScoopInstaller_Main/bucket/serverless.json
2022-11-29 04:29:12 +00:00

24 lines
796 B
JSON

{
"version": "3.25.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.25.1/serverless-win-x64.exe#/serverless.exe",
"hash": "074db35ad9adab2f042011b50763b2a284a8c9821b4646ec58608d6f479ab6e9"
}
},
"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"
}
}
}
}