ScoopInstaller_Main/bucket/serverless.json
2022-03-02 16:30:14 +00:00

24 lines
794 B
JSON

{
"version": "3.7.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/v3.7.1/serverless-win-x64.exe#/serverless.exe",
"hash": "4d5d3f981f1e12b42e353dd98097272d183c3f0996aa8b355f4f7af014e9ab4a"
}
},
"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"
}
}
}
}