Skip to content

Commit

Permalink
Merge pull request Homebrew#170160 from Homebrew/bump-argocd-2.10.8
Browse files Browse the repository at this point in the history
argocd 2.10.8
  • Loading branch information
BrewTestBot authored Apr 26, 2024
2 parents 9cc8b2d + 5de1a03 commit 2abbd2d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/a/argocd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Argocd < Formula
desc "GitOps Continuous Delivery for Kubernetes"
homepage "https://argoproj.github.io/cd"
url "https://github.com/argoproj/argo-cd.git",
tag: "v2.10.7",
revision: "b060053b099b4c81c1e635839a309c9c8c1863e9"
tag: "v2.10.8",
revision: "37b1cf5306f9c245f188c4c0566c23a0f80cdc65"
license "Apache-2.0"

# There can be a notable gap between when a version is tagged and a
Expand All @@ -18,13 +18,13 @@ class Argocd < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "72cb42f59a6349905730f88690851aa6a3e64503ba5b8ce952691c5226bde14f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0e517272fe4092e0de1afbbb31e974b2427c781a65a1504857389a174d4df3bd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e73677fac9c13f180454d1e65b77bb2c192852feb012f3df2938cfabb4267e58"
sha256 cellar: :any_skip_relocation, sonoma: "a0b6470264c1d6cd1c9a4575fca52a3aa47aacd08ba62e49e923e5e24f4320e0"
sha256 cellar: :any_skip_relocation, ventura: "52763ed3f8b91b8e840e21fd5373317e7c559ee70175ff5edf0c62b3c40f0938"
sha256 cellar: :any_skip_relocation, monterey: "f8c693276047a46d0f62398afa3c2ab18883a988afdbcc0b62e5e822a0bbbeb7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d21f7b8c51576892b68c96f55e9973872ac9a58796db2392d3ffa5484632f1e4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e47e8997b8f31375df3366fbc3f729f1f5d025227a22dcd4726c48656c86970"
sha256 cellar: :any_skip_relocation, arm64_ventura: "70c94a26a81efd47afcb3dd7f8d11d4497fe7255e836995ab38dd1794b26506b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f7e18d3f29c4535095d4af8af3f200a1726c8d8311bc1571c2cedf3c0552b954"
sha256 cellar: :any_skip_relocation, sonoma: "08c4ce1b378a4aff0498d9d25d5f0a796a6cb68cb22e725e41364f13391bd5a9"
sha256 cellar: :any_skip_relocation, ventura: "6a4154cb508c0361bc52bf4519326e918e90c9db03345c153789d39141afbb35"
sha256 cellar: :any_skip_relocation, monterey: "e7be3e3046ce11d891da668b8fae12147c35f22ebc309430d777bdbf978b9cf5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "025aeff821907771ff77e193648c7eb468549b42dfdd2cd9a9a07c24c84a01b0"
end

depends_on "go" => :build
Expand Down

0 comments on commit 2abbd2d

Please sign in to comment.