Skip to content

Commit ea6790a

Browse files
authored
Merge pull request Homebrew#201392 from Homebrew/bump-werf-2.16.3
werf 2.16.3
2 parents ab0b3c2 + b397d8d commit ea6790a

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.16.2.tar.gz"
5-
sha256 "91953b85704fe5578f5bb783990405413949dfdc0c0da5819dbded1ea0997d5e"
4+
url "https://github.com/werf/werf/archive/refs/tags/v2.16.3.tar.gz"
5+
sha256 "a1ebf868467bc51a57a245e827a0f5121245af1a835ac0373589803e2061edc7"
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: "f1f48e5b74ac997ecaa6a24e3c526e5b0a8ca431d381c7d763854404925e0343"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0559109396cefe26010deb43fde1a87c9cf6f4b9f4e3197bf3dad046ec51895"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cc6c6653d408cefb96c588a5aab597a82027204c3e23bb16fd8a9b0a7ca4cc38"
21-
sha256 cellar: :any_skip_relocation, sonoma: "001cdc1ebeada3909209f77f7eda75f90ec08097425f99a7cb87a4a6e90d9f04"
22-
sha256 cellar: :any_skip_relocation, ventura: "115a47288697c90b12cba97e31e586525363d3604f81a0c806c9b948cf3d6219"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "84f63af598345069a6c37eb02758fcb4fbadcc63660e26497bcc49d914dac689"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "929d2cf73394292bae2361bff6de5fe9f9444b79878eec005704150f9de3cde3"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cff26fe611f49c306e35e46888b6e0ef15e56c02287d1e9f0ca1e66442dc3ddf"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6cf40335335bc06475757be14d89568ebe1eb6f20c68c689865ea8af7ec941f9"
21+
sha256 cellar: :any_skip_relocation, sonoma: "bbdf21190923c7b6576e40a90d38163b485c6fa3a6d5ebc4b35d9cb2bc96e4f2"
22+
sha256 cellar: :any_skip_relocation, ventura: "0d2a3ef510bf144d3d3a6b315a617a7151ddd9563b51b1027f74c927ac7ca62c"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5db4ce69d5857b630b9d1393fd36b13cfe905e9a9c1e84282d580730b4cf7a46"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)