ScoopInstaller_Main/bucket/serverless.json
2020-10-30 08:46:27 +01:00

24 lines
794 B
JSON

{
"version": "2.9.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.9.0/serverless-win-x64.exe#/serverless.exe",
"hash": "a6c7fa8b63c250b404d660cb5e867e3f8a66cc81ff4e2b66c10849775a506798"
}
},
"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"
}
}
}
}