Skip to content

Commit

Permalink
Merge pull request #201392 from Homebrew/bump-werf-2.16.3
Browse files Browse the repository at this point in the history
werf 2.16.3
  • Loading branch information
BrewTestBot authored Dec 16, 2024
2 parents ab0b3c2 + b397d8d commit ea6790a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/w/werf.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Werf < Formula
desc "Consistent delivery tool for Kubernetes"
homepage "https://werf.io/"
url "https://github.com/werf/werf/archive/refs/tags/v2.16.2.tar.gz"
sha256 "91953b85704fe5578f5bb783990405413949dfdc0c0da5819dbded1ea0997d5e"
url "https://github.com/werf/werf/archive/refs/tags/v2.16.3.tar.gz"
sha256 "a1ebf868467bc51a57a245e827a0f5121245af1a835ac0373589803e2061edc7"
license "Apache-2.0"
head "https://github.com/werf/werf.git", branch: "main"

Expand All @@ -15,12 +15,12 @@ class Werf < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1f48e5b74ac997ecaa6a24e3c526e5b0a8ca431d381c7d763854404925e0343"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0559109396cefe26010deb43fde1a87c9cf6f4b9f4e3197bf3dad046ec51895"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cc6c6653d408cefb96c588a5aab597a82027204c3e23bb16fd8a9b0a7ca4cc38"
sha256 cellar: :any_skip_relocation, sonoma: "001cdc1ebeada3909209f77f7eda75f90ec08097425f99a7cb87a4a6e90d9f04"
sha256 cellar: :any_skip_relocation, ventura: "115a47288697c90b12cba97e31e586525363d3604f81a0c806c9b948cf3d6219"
sha256 cellar: :any_skip_relocation, x86_64_linux: "84f63af598345069a6c37eb02758fcb4fbadcc63660e26497bcc49d914dac689"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "929d2cf73394292bae2361bff6de5fe9f9444b79878eec005704150f9de3cde3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cff26fe611f49c306e35e46888b6e0ef15e56c02287d1e9f0ca1e66442dc3ddf"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6cf40335335bc06475757be14d89568ebe1eb6f20c68c689865ea8af7ec941f9"
sha256 cellar: :any_skip_relocation, sonoma: "bbdf21190923c7b6576e40a90d38163b485c6fa3a6d5ebc4b35d9cb2bc96e4f2"
sha256 cellar: :any_skip_relocation, ventura: "0d2a3ef510bf144d3d3a6b315a617a7151ddd9563b51b1027f74c927ac7ca62c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5db4ce69d5857b630b9d1393fd36b13cfe905e9a9c1e84282d580730b4cf7a46"
end

depends_on "go" => :build
Expand Down

0 comments on commit ea6790a

Please sign in to comment.