Skip to content

Commit 3e013af

Browse files
authored
Merge pull request Homebrew#204923 from Homebrew/bump-werf-2.20.0
werf 2.20.0
2 parents 71ced96 + 91d6817 commit 3e013af

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.19.0.tar.gz"
5-
sha256 "a36ea2ee8a8c78bf50e07b216b0e3ef0eaf4ddff148ea6a5f8130478abaf604f"
4+
url "https://github.com/werf/werf/archive/refs/tags/v2.20.0.tar.gz"
5+
sha256 "4f9f1c870fc4ebf67fe1a144f99f333243d993950879000e1f739cc373b376a8"
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_sequoia: "ad1f534f106d361c627a757c697517b1926cef725ec087c0c850009f4b63b99e"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e88e2b9f93d59c58fcadc204029caa54ba08f062b8cf281f7c41beef146b4528"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9ee77efca7ebdc5c735039bb64c6af329a3b122c122364b5a7c01fa7b21817b6"
21-
sha256 cellar: :any_skip_relocation, sonoma: "8b62e0a2ea24b340aea300d19dd5809a6374e78414b83512ce345c70f56f51e0"
22-
sha256 cellar: :any_skip_relocation, ventura: "8632adbd6fff259ca7dc31eb75096f862ae7add25a3e9f65b1e34332e30a4a0e"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cbb87b3c64e6725b4658488b3e17a7617f63812ef0c9a32db140768c972d24d4"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "68026a07f9568bb9490858a68f2d823b5255a71e2b4ef1637e68f236c19d28d6"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "82b6b03506ac4c483997f3435c01b2bfcf5407f668cdef0348cf5157c6dbbd74"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4c307f598e902df4a59005a063f87ac8d54e59cce022aeb89254c4f3615c2cbc"
21+
sha256 cellar: :any_skip_relocation, sonoma: "8623365e5075c711cbec72a402ce25896e49142354fcd336d8163d511dabcc30"
22+
sha256 cellar: :any_skip_relocation, ventura: "222ff4e97c1e6621ca8e7e08b15fd2e7a8f41c2f6b4d0f7c5a44864129bf20a0"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9e2d394dfec1f1b34eaa52fb8c26f6036b78f1aa3e6f4252368d1224dfd633f5"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)