ScoopInstaller_Main/bucket/serverless.json
2020-05-15 20:09:54 +02:00

24 lines
796 B
JSON

{
"version": "1.71.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.71.1/serverless-win-x64.exe#/serverless.exe",
"hash": "7d593e0a742cb24f7ec15a0c55faa900aa4f9227bc180613608d975174ef479d"
}
},
"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"
}
}
}
}