ScoopInstaller_Main/bucket/serverless.json
2021-03-17 15:23:39 +01:00

24 lines
796 B
JSON

{
"version": "2.30.3",
"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.30.3/serverless-win-x64.exe#/serverless.exe",
"hash": "1afd71a13049f1d75802a6384108d72a06944a0a05a856f15fea6aa68cf3d65b"
}
},
"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"
}
}
}
}