serverless: Add version 1.64.0 (#823)

* added manifest for serverless framework

* removed a trailing whitespace

* implemented changes requested

* updated homepage and autoupdate fields
This commit is contained in:
Luca Zenari 2020-02-24 15:32:15 +00:00 committed by GitHub
parent 9a07734e99
commit 9a7631c4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/serverless.json Normal file
View File

@ -0,0 +1,23 @@
{
"version": "1.64.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/v1.64.0/serverless-win-x64.exe#/serverless.exe",
"hash": "798efb1fa9f0aeecd0f0e5fa3c9aad68e3325e7802cc3872ebf67981e8eacbcc"
}
},
"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"
}
}
}
}