ScoopInstaller_Main/bucket/serverless.json
2021-04-30 20:14:48 +02:00

24 lines
796 B
JSON

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