ScoopInstaller_Main/bucket/serverless.json
2021-02-18 18:25:53 +01:00

24 lines
796 B
JSON

{
"version": "2.25.2",
"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.25.2/serverless-win-x64.exe#/serverless.exe",
"hash": "080384cde1d1fa41aab519860b4bcfdc6de296914371fd5dae73d77e6e554c5f"
}
},
"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"
}
}
}
}