Skip to content

Commit

Permalink
fix(openfaas): update faas-cli to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Mar 5, 2019
1 parent 1083563 commit 7915008
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions garden-service/src/plugins/openfaas/faas-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ export const faasCli = new BinaryCmd({
name: "faas-cli",
specs: {
darwin: {
url: "https://github.com/openfaas/faas-cli/releases/download/0.7.3/faas-cli-darwin",
url: "https://github.com/openfaas/faas-cli/releases/download/0.8.3/faas-cli-darwin",
sha256: "fe3d7933189e234fe9a395ed685584cafac9b36013c3898d1c0dc046a0bdd127",
},
linux: {
url: "https://github.com/openfaas/faas-cli/releases/download/0.7.3/faas-cli",
url: "https://github.com/openfaas/faas-cli/releases/download/0.8.3/faas-cli",
sha256: "d6a633248b89f4d72ee7113e33e1489e016f111472f5669ff37a01730d20445a",
},
win32: {
url: "https://github.com/openfaas/faas-cli/releases/download/0.7.3/faas-cli.exe",
url: "https://github.com/openfaas/faas-cli/releases/download/0.8.3/faas-cli.exe",
sha256: "07a191342c7cbbf3d27dbca13a3d318e6eb8941bf055eef09c6e65ba93c77d80",
},
},
})

0 comments on commit 7915008

Please sign in to comment.