ScoopInstaller_Main/bucket/serverless.json
2021-08-04 22:56:50 -07:00

24 lines
796 B
JSON

{
"version": "2.53.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.53.0/serverless-win-x64.exe#/serverless.exe",
"hash": "6804573527e6167aea724572b7bc7caa3a76225e855a7ca4e0860c4d6e2944a7"
}
},
"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"
}
}
}
}