Skip to content

Commit 8003c5f

Browse files
authored
Merge pull request #230248 from Homebrew/bump-faas-cli-0.17.6
faas-cli 0.17.6
2 parents dbbd0ad + 38b6aef commit 8003c5f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/faas-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class FaasCli < Formula
22
desc "CLI for templating and/or deploying FaaS functions"
33
homepage "https://www.openfaas.com/"
4-
url "https://github.com/openfaas/faas-cli/archive/refs/tags/0.17.5.tar.gz"
5-
sha256 "8bcb708e411ac8fa2817000451599361c3ebe50c993355f0de5c40b98952581b"
4+
url "https://github.com/openfaas/faas-cli/archive/refs/tags/0.17.6.tar.gz"
5+
sha256 "c6a720e4a4e7dcc9f29555024ade6fef1e690e7faade58a58e3feba736586238"
66
license "MIT"
77
head "https://github.com/openfaas/faas-cli.git", branch: "master"
88

@@ -12,12 +12,12 @@ class FaasCli < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0b50c84a1d973c1a0f87e5d9c83f58c2d358bf340a48cdce6e337a2b2c9e865"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0b50c84a1d973c1a0f87e5d9c83f58c2d358bf340a48cdce6e337a2b2c9e865"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b0b50c84a1d973c1a0f87e5d9c83f58c2d358bf340a48cdce6e337a2b2c9e865"
18-
sha256 cellar: :any_skip_relocation, sonoma: "79de4a7e523535949d6f22ba1ed9a45fc9af81a26698fe6af3ab9ef48d5205ae"
19-
sha256 cellar: :any_skip_relocation, ventura: "79de4a7e523535949d6f22ba1ed9a45fc9af81a26698fe6af3ab9ef48d5205ae"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "11428d46cccdba5917bab8401a5fa5dd8ccbef2fcd4bd74284a7de9e2e672437"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b8e0e4582ea032b2f5e56adb1ea50825666851f8468f796403e7f8b70396db55"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8e0e4582ea032b2f5e56adb1ea50825666851f8468f796403e7f8b70396db55"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b8e0e4582ea032b2f5e56adb1ea50825666851f8468f796403e7f8b70396db55"
18+
sha256 cellar: :any_skip_relocation, sonoma: "3db62602ba1ee749e8a28470d555a28eddeb2171b659955870bc9f642c03d225"
19+
sha256 cellar: :any_skip_relocation, ventura: "3db62602ba1ee749e8a28470d555a28eddeb2171b659955870bc9f642c03d225"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f3c0b527ffdb1469ad6344198cdf464357596493b52401bb735d037aa5dcabcc"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)