ScoopInstaller_Main/bucket/serverless.json
2020-09-17 08:40:24 +02:00

24 lines
794 B
JSON

{
"version": "2.1.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.1.0/serverless-win-x64.exe#/serverless.exe",
"hash": "a1a1010317b376a227a96da77f9ac84d1dde9e84b168329e728641086879d486"
}
},
"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"
}
}
}
}