ScoopInstaller_Main/bucket/serverless.json
2020-10-16 17:03:14 +02:00

24 lines
794 B
JSON

{
"version": "2.8.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.8.0/serverless-win-x64.exe#/serverless.exe",
"hash": "5f423d82c7193a5558aa0ebaeeea72280aaa99a149cddd3b9009ea504e37c45f"
}
},
"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"
}
}
}
}