ScoopInstaller_Main/bucket/serverless.json
2020-07-28 22:58:26 +02:00

24 lines
796 B
JSON

{
"version": "1.77.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/v1.77.1/serverless-win-x64.exe#/serverless.exe",
"hash": "3bba3e52ae862a1dcf8b7718da233280e496a756baa047b301a8ae01bcdcb40a"
}
},
"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"
}
}
}
}