ScoopInstaller_Main/bucket/serverless.json
2022-03-10 16:30:01 +00:00

24 lines
794 B
JSON

{
"version": "3.7.4",
"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.4/serverless-win-x64.exe#/serverless.exe",
"hash": "cd191e9946d15a268e2eb771f4b1ff31b60d05ce4e7b1f42ddc667ed5fc44cef"
}
},
"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"
}
}
}
}