Skip to content

Commit 89e2d55

Browse files
authored
Merge pull request #196984 from Homebrew/bump-werf-2.12.0
werf 2.12.0
2 parents feeef56 + 09b66db commit 89e2d55

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.11.0.tar.gz"
5-
sha256 "cb46640fa24028142aaa2445eb8ddda50fe07d7a33250a0c9a884ff95d455f50"
4+
url "https://github.com/werf/werf/archive/refs/tags/v2.12.0.tar.gz"
5+
sha256 "1ae60cba604c5d83a642fc8b7220608f77fae352df2b6261faee9f98d4fd8ab5"
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: "3c781289083759943224a2b70d9fc6e91b34c6997f7373aa968fd65b319534b7"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e02246af139bb0e89cfee6afb518b2b6a79af8c9d4d375ff3df933887fe4f10"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "58f8e5506667391e0a39b7fb8296dbff9970dbf434f60218e7f661c1679c0dab"
21-
sha256 cellar: :any_skip_relocation, sonoma: "1eedd8f87e4eea496cb59b9449a68c58dd2e25afaf4f259eb76ea094fe483400"
22-
sha256 cellar: :any_skip_relocation, ventura: "0e86c3a749a968424b78c120a1de564437f0104d42290660d6a449207bc9fcac"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8f02dfcdff6600f5ff52b7b4ac29dc8a5e89a5482785e80f87a4a8656918ac5d"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb214befd6a14c507ba847f5cf0e54ef02e876d62ff2f3562e10f37153565698"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "68b0abb0f675744d1624dcfdbe76bd607053bcb1f7416b025c3d6dcc285e82e6"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0244e264f7f243dd02f37a74a7b6d98f14956f6ea845d7476f87aa4349ee6970"
21+
sha256 cellar: :any_skip_relocation, sonoma: "16cb9cf0c33870d16af2b65e3094f198e1807a50eab14c395ee1df7ced1baa5b"
22+
sha256 cellar: :any_skip_relocation, ventura: "9bc631906df875faeb137afff5aa8bceb85bb8f327acbcfd1d85bec5593a4afc"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2819faf33e8c1413834230ba12c311ec47403bf74dda4fb5aed788c02ba4999e"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)