Skip to content

Commit

Permalink
Merge pull request Homebrew#161961 from BrewTestBot/bump-argocd-2.10.0
Browse files Browse the repository at this point in the history
argocd 2.10.0
  • Loading branch information
BrewTestBot authored Feb 6, 2024
2 parents 8e6280a + 58cd3dd commit e2b240c
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.9.6",
revision: "ba62a0a86d19f71a65ec2b510a39ea55497e1580"
tag: "v2.10.0",
revision: "2175939ed6156ddd743e60f427f7f48118c971bf"
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: "34f63457a401be68345b54ef646890de0de9ed48cc046e4ea9f9cb7264ae4bf1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b115d06fc66c2a35a7f409e3804f322e5e06c63d8c08807f82d1c80d1bb86129"
sha256 cellar: :any_skip_relocation, arm64_monterey: "107550c5e749125b605d751402908e2b39ef40cffc80b8a0d7f6dafab5873715"
sha256 cellar: :any_skip_relocation, sonoma: "84d9051854617a8187a0d64da219081b022c0a65489da333f87214918a387d29"
sha256 cellar: :any_skip_relocation, ventura: "178c4ef070de679600896b09b75d33f0707716a5c8306e271785b019ba9cdd23"
sha256 cellar: :any_skip_relocation, monterey: "37025350bc3d2d0bf9305258b271a2348eef55da0ab80704685ed9f980dbf557"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f3473516339ef8f64b59863dda920a1938ff618ac0c52917258bbc3216aeff33"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "92f271aab68285ad871502c44781b10bf314f2026c6112561477efd5d3fa6b55"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c8f79570be9629a08db0de29ffeafce24dd3a837e0a1664259ea58a94309c3e7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "583050bcfa73037d118ef1371ca0c929a3c75616280573029a0229384fe49bc5"
sha256 cellar: :any_skip_relocation, sonoma: "6c1458692fc56824e087b970dbb5f084280ef1c3083476cf7476430e87a268be"
sha256 cellar: :any_skip_relocation, ventura: "ea2d7b99c74803c022db995fe6b5e9469b680cc871f8948f67d305b5a29e738c"
sha256 cellar: :any_skip_relocation, monterey: "8ea35e917b4941edb4c26bf3efea911fd0c64f1352f1902c479d5a10ce5c06dd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "29b045fb0290f1d5d1eb2250df4d833ad57478e25d3ad5fcc0d80d4a49749a12"
end

depends_on "go" => :build
Expand Down

0 comments on commit e2b240c

Please sign in to comment.