Skip to content

Commit 711814a

Browse files
authored
Merge pull request #257119 from Homebrew/bump-werf-2.55.4
werf 2.55.4
2 parents 9faa56e + 047407f commit 711814a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/w/werf.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Werf < Formula
22
desc "Consistent delivery tool for Kubernetes"
33
homepage "https://werf.io/"
4-
url "https://github.com/werf/werf/archive/refs/tags/v2.55.3.tar.gz"
5-
sha256 "3c874068722a579cfa649fd082e17ffc4b171585a7a10ae7d3bc64a9f6811fda"
4+
url "https://github.com/werf/werf/archive/refs/tags/v2.55.4.tar.gz"
5+
sha256 "72c5c23f52f09c608a36febe71252a3658b92cf00c80e71cbfe19a572d3e52d4"
66
license "Apache-2.0"
77
head "https://github.com/werf/werf.git", branch: "main"
88

@@ -15,12 +15,12 @@ class Werf < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "7cee1d8fd2df42a91f8f2aa42970275e7df80af9ed268997042f41ba9f22ad49"
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "710ca464164a1e911eae1c229e595ff6e391b9572a0889d890b30c8a67476d5e"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fc83738168425d5662aa5fa9cfc4f6d3094a8b71db8e28a90b149618d8ae4c55"
21-
sha256 cellar: :any_skip_relocation, sonoma: "0a62e2addbd63c2517500250e162b38883e526ad63e09f1399ec0688c693d312"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "0f887ee8ce355293c72e541e54498989150cc38d44872eef32e021506e49b63b"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "21d738b4ead46c935961eb3acd010c414697c804b11f47b2b601024e4447ccb4"
18+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "c368a40e9c71a33231b434d695f89baacde38e0eff7ba2f09367307c1d644c20"
19+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8aae87475585ed1d8355e8315739dab011ddaffedf56575c8f3ac24606569b3d"
20+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b99af5aaa12088f50e42cb6418057624a827a7d6a95327bc8c1221e2e774927"
21+
sha256 cellar: :any_skip_relocation, sonoma: "42b8f3424f58ca460eb0d7670853d1e1734831fc5058692c425e2478a45f3b4c"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "84bc00dbaea567806a98b3bfa3254826841ac9590d01b8147657627a802294ee"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1fecca33b932ffe8f23099aa95a4b3beb2740d91fa3aafc9bb64da23cf717cdc"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)