ScoopInstaller_Main/bucket/serverless.json
2024-06-04 16:28:32 +00:00

24 lines
796 B
JSON

{
"version": "3.39.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.39.0/serverless-win-x64.exe#/serverless.exe",
"hash": "cf547035bcaa2aeda092d18d45324c909a4b75aa76fb77c7e6371653f2a12f65"
}
},
"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"
}
}
}
}