Skip to content

Commit

Permalink
Merge pull request Homebrew#176208 from Homebrew/bump-werf-2.6.6
Browse files Browse the repository at this point in the history
werf 2.6.6
  • Loading branch information
BrewTestBot authored Jul 2, 2024
2 parents 09b28d7 + 923fb03 commit 3da28c8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.6.5.tar.gz"
sha256 "542ce6f153aecbedc7124f19973ea7fdb912804e973d06421cd5cc780aebfbfc"
url "https://github.com/werf/werf/archive/refs/tags/v2.6.6.tar.gz"
sha256 "fc6297c78c8d3e4bfdfdce890052111fafdd651e34e3562b69eb15aeddeccc4d"
license "Apache-2.0"
head "https://github.com/werf/werf.git", branch: "main"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "54bc37ea2d20b4460e9ed74ac5ba58c2c3f28b762435fcf1a3c4093596992402"
sha256 cellar: :any_skip_relocation, arm64_ventura: "83307aa44a6c6005b32e914956a5415ebdd845ac722814f76fff051f9231bc26"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5b363b3e9bf2900c91c615cb91384217321d6af15b1b40d93affa4495a4559af"
sha256 cellar: :any_skip_relocation, sonoma: "0cc634afc21df9d9c67bca9b8c982fbad3d3d49ffcc10e3047b31e2bd3188e8e"
sha256 cellar: :any_skip_relocation, ventura: "33e10a8c145db59b7aa7701d47174f396ef045908081e79c6836e433dc33c12b"
sha256 cellar: :any_skip_relocation, monterey: "557be319d997da682f3e6f2196848242bba28a9fec0a66ca5b33e2a7bdd6b9f9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d56b76abbc7cc827e16d4f605bd3f94a961564b31728ea2eda290df0444894f8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "15f092100a1f7380d20187e2ab98dd999e6aa24238409950493e2446df9d6fd1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "98bf44a01709159bee428463579c43aa2ecbc69be69d819745ccc5b98159238a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a7b1d5f43a83c54c16d30daa03c4e892c84164791dfc261d2cc7ab5154defd18"
sha256 cellar: :any_skip_relocation, sonoma: "6c40dc56b7a2885baf493071513ee88a8d7aa473e68e220291eb5d1a7b7344ee"
sha256 cellar: :any_skip_relocation, ventura: "6b7d87d7a3b04dc227dc0a7c3853bf3f620f1baf1aef76e8bcff85ecf3545f47"
sha256 cellar: :any_skip_relocation, monterey: "ba1627ebd8e6eef07c4709f734a37b7493254efd7ce28d8130577c9c847b67d8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bbed770c8b8d79e309812666c5a04dfec6af23257f08d3d728e59cde763d4f51"
end

depends_on "go" => :build
Expand Down

0 comments on commit 3da28c8

Please sign in to comment.