Skip to content

Commit

Permalink
Merge pull request #137034 from p-linnane/bump-argocd-2.7.8
Browse files Browse the repository at this point in the history
argocd 2.7.8
  • Loading branch information
BrewTestBot authored Jul 19, 2023
2 parents 1b28c21 + 67eeb2a commit df4dfd3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/argocd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ 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.7.7",
revision: "4650bb2817c3c81405f40cf77e93ef2b5fb275fb"
tag: "v2.7.8",
revision: "92949f6033080f2fba9a9654f46592fb71982770"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "229f62f981a4f145ffccc8c104174950434ad4c8c8a02350922af92ef2ed436d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4eac1a39797d6a330fc777120fb0b9f286be8e666bb2427c99885859be4a7e6c"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "305547f017f425386fa8303b5d38b09e1ced5bbe26df2c43428e2a85f3e7ed88"
sha256 cellar: :any_skip_relocation, ventura: "32db66374d40840592df7f0122407f70d36ea0733ed965465da707496fc0d6bd"
sha256 cellar: :any_skip_relocation, monterey: "367c32c62245cef107f8d2b1afa63518c5a9a2283acd9ef3e9a4805dde9d9e04"
sha256 cellar: :any_skip_relocation, big_sur: "ed52e58e696a3cb97e2688e79a4c0d2c462cd3e7d12b68e2b1e3482e99a836b2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d6a6ba5a5561a78f5a8cdaf1ac6a98751669569a44e7db079abcefe879ecabb"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5b8fe33553ffa6e3920e3bdeb805b2ebcf43e18c085c19d7c11d38783d5a8529"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a568cdb051d16f31205e17e11a115b5af98e043f30c10e54e7c944055ab1793a"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "e550182bea74db39412fd8649efc7272ed8a52f3db25c311ea767cb1460e5b62"
sha256 cellar: :any_skip_relocation, ventura: "9aaf18a1778481557d68996b7c3f54efe29e0932bcbec309ed1b23420db054f9"
sha256 cellar: :any_skip_relocation, monterey: "585a89bb09f24cd7e56a5e63f46bbf747ce6fa6c86d80cab5712658c19587433"
sha256 cellar: :any_skip_relocation, big_sur: "031ea5b2e7a83f8619db778d0778f782c914879a0f482c34d4d27007d5d85349"
sha256 cellar: :any_skip_relocation, x86_64_linux: "503705ac93bdf9b8fb107301abdabcbb4179660fca12431f93652f68ed8875c9"
end

depends_on "go" => :build
Expand Down

0 comments on commit df4dfd3

Please sign in to comment.