ScoopInstaller_Main/bucket/serverless.json
2020-02-26 04:01:49 +00:00

24 lines
796 B
JSON

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