Skip to content

Commit 9bbd162

Browse files
authored
Merge pull request Homebrew#222579 from Homebrew/bump-argocd-3.0.0
argocd 3.0.0
2 parents 39f197e + b86d53d commit 9bbd162

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/a/argocd.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Argocd < Formula
22
desc "GitOps Continuous Delivery for Kubernetes"
33
homepage "https://argoproj.github.io/cd/"
44
url "https://github.com/argoproj/argo-cd.git",
5-
tag: "v2.14.11",
6-
revision: "82831155c2c1873b3b5d19449bfa3970dab9ce24"
5+
tag: "v3.0.0",
6+
revision: "e98f483bfd5781df2592fef1aeed1148f150d9c9"
77
license "Apache-2.0"
88

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

2020
bottle do
21-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c1312a56bf5caa5d23e6edb7d23dc9cef2732bde3df6c0b31e7b60719d009a6"
22-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa7c7a95fc7190416c4f1f362599266659a63e31dfcad9fb4b63b79734370569"
23-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9a0e8a9f92351f95d10253d673925ccc948b995fc90a9844c8575827f88a2d76"
24-
sha256 cellar: :any_skip_relocation, sonoma: "4513929aaf34d7c3203e13a4c6b53bef5a635f7ff4df79f4fa61a65c1a63cda7"
25-
sha256 cellar: :any_skip_relocation, ventura: "4f9531502bd937c03c34948239ab4c74c90634c7367c00eb8ecc6f9f7f6a3254"
26-
sha256 cellar: :any_skip_relocation, arm64_linux: "2003c0a4bd8df633740bce44b9b7c756511f1f627c3234683a1cdbf5993a9e0a"
27-
sha256 cellar: :any_skip_relocation, x86_64_linux: "be84af9b5c96f7edd339154f6c3602d32c242d9e8b8d223dd0cf526081413f78"
21+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bca3fb20a827126bd838f770760216c30b861c85234135a7ed80f1c23180029e"
22+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ade4b36a0e0605db1222500fb21289e2d450c7becab7ac6a4d8c1d25f83c235d"
23+
sha256 cellar: :any_skip_relocation, arm64_ventura: "35d721b01ed5f3750d26d9a5608fdc1d804b2520cb90190c28ee450636306237"
24+
sha256 cellar: :any_skip_relocation, sonoma: "52b9ccf98d896a8c639dc033b7bb2db32f406001d88435a02aeb647a1e646188"
25+
sha256 cellar: :any_skip_relocation, ventura: "f45316fcb3b341da206798a189431ec0093ebaf222bc58f5a27a7af91646bc31"
26+
sha256 cellar: :any_skip_relocation, arm64_linux: "15fdbae4a0114de3119375df720779a2559fe589e7459860c1857b7be36c7bb8"
27+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ff60d3bc2fe205c16e58966bdfa87c270e514217b0b42fe1cccf4378a2deb7f"
2828
end
2929

3030
depends_on "go" => :build

0 commit comments

Comments
 (0)