Skip to content

Commit

Permalink
Merge pull request #166588 from Homebrew/bump-jfrog-cli-2.54.0
Browse files Browse the repository at this point in the history
jfrog-cli 2.54.0
  • Loading branch information
BrewTestBot authored Mar 19, 2024
2 parents 962be6f + 821bfa2 commit aa69009
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/j/jfrog-cli.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class JfrogCli < Formula
desc "Command-line interface for JFrog products"
homepage "https://www.jfrog.com/confluence/display/CLI/JFrog+CLI"
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.53.2.tar.gz"
sha256 "4630f31595b54b43d1bcbfa4e5a016625a188ea48cfdd94a54b517aa404db9ae"
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.54.0.tar.gz"
sha256 "1d6758df3c4fe13247e9f58512328960ee2668e4be45a46ede3a0a2b3ad8f803"
license "Apache-2.0"
head "https://github.com/jfrog/jfrog-cli.git", branch: "v2"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "467cdd386753846e4939d8c9e9b0ddfb518e80800e6cfe750788b099ae45e8b3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ef482477e60af882f24f641b6ba6e7512ae09f1dcb2e484fa0a845748714bc32"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b5facf30a0fe7c5d5d67a19bf94bf5890dc521f2abfe77c68f326edb1c542f53"
sha256 cellar: :any_skip_relocation, sonoma: "7ff6d3f91df1484dc79182a83fea01fb232302084efe1713c53510a7113362df"
sha256 cellar: :any_skip_relocation, ventura: "828255e87131ed3a634cab9aa99c72954616684e490594aeec6225d3457cdf16"
sha256 cellar: :any_skip_relocation, monterey: "5f9c1560b1719006bde3e238fe82ee093bd73378bd44788f687e0774f7b92c11"
sha256 cellar: :any_skip_relocation, x86_64_linux: "764041587b67b0e324713cedb3554ad5319d9907e7df01f0b37e4e9c50b2f1d2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d7c210f3277a176634fcf18aaf6ea43109e2fa5da57b2d4150bdd28c4b93a3c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5d5881bc888b4a86fbdae821d8714234595b3d6cd78f23155638d7bed12dccb2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ad1d969fafc1fc7545216762e28bc7d1589e410eeab3c3adf2fe3388247259f0"
sha256 cellar: :any_skip_relocation, sonoma: "e862471b498509447298a810b42a5c0951c64b583f3a32c15de124540c0114e7"
sha256 cellar: :any_skip_relocation, ventura: "1b13fd8b9956696006eb4ceb6a97e3f3c74dee2d4f539927681fd2fd50ec79cd"
sha256 cellar: :any_skip_relocation, monterey: "682773dd94d7be4fa3882604c38914af388b05a321f60676a5517e890fbcf685"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f772da33c13ec72df109fc2f116f5f8ffd8659095be158f5cd40a197fe4ce35c"
end

depends_on "go" => :build
Expand Down

0 comments on commit aa69009

Please sign in to comment.