ScoopInstaller_Main/bucket/serverless.json
2021-08-31 23:30:01 -07:00

24 lines
796 B
JSON

{
"version": "2.57.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.57.0/serverless-win-x64.exe#/serverless.exe",
"hash": "5c57ee8824fa99aca7085cef60ea91506f9ad2bae3221e0b86b5c21f24ea0dc6"
}
},
"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"
}
}
}
}