faas-cli: Update to version 0.8.0

This commit is contained in:
Richard Kuhnt 2018-11-27 21:02:01 +00:00
parent 1b2eed20ee
commit a078a3b2e2

View File

@ -1,11 +1,11 @@
{ {
"homepage": "https://www.openfaas.com/", "homepage": "https://www.openfaas.com/",
"license": "MIT", "license": "MIT",
"version": "0.7.8", "version": "0.8.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/openfaas/faas-cli/releases/download/0.7.8/faas-cli.exe", "url": "https://github.com/openfaas/faas-cli/releases/download/0.8.0/faas-cli.exe",
"hash": "9e31d376d757c24b4aee497c95e95f2bd5c51683a99f52e5db930dfa297d0156" "hash": "cb4893d07470877a9cc0f50c3e2ece886ac90b73b90304d4252e17e5fda2157d"
} }
}, },
"bin": [ "bin": [
@ -15,9 +15,7 @@
"faas" "faas"
] ]
], ],
"post_install": [ "post_install": "faas-cli version",
"faas-cli version"
],
"notes": "OpenFaas @ https://www.openfaas.com/", "notes": "OpenFaas @ https://www.openfaas.com/",
"checkver": { "checkver": {
"github": "https://github.com/openfaas/faas-cli" "github": "https://github.com/openfaas/faas-cli"