Skip to content

Commit

Permalink
Merge pull request #199319 from Homebrew/bump-jfrog-cli-2.72.0
Browse files Browse the repository at this point in the history
jfrog-cli 2.72.0
  • Loading branch information
BrewTestBot authored Nov 28, 2024
2 parents 1d2192d + a061549 commit 13dcdb8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/j/jfrog-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.71.5.tar.gz"
sha256 "2ed60d31ce955c1b6d9385b38d230fe7c70d7cc225345b85e7a3daa7402d6db5"
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.72.0.tar.gz"
sha256 "9f388d7d94870b47b48aefce6d9506fb4f53f5505e800710c16da1cf1f890d86"
license "Apache-2.0"
head "https://github.com/jfrog/jfrog-cli.git", branch: "v2"

Expand All @@ -15,12 +15,12 @@ class JfrogCli < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3fdc9ef160dc6e3793cb886b5c26630b216ef381a2d24ce56c4860affda6d265"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3fdc9ef160dc6e3793cb886b5c26630b216ef381a2d24ce56c4860affda6d265"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3fdc9ef160dc6e3793cb886b5c26630b216ef381a2d24ce56c4860affda6d265"
sha256 cellar: :any_skip_relocation, sonoma: "ad78fcbe91a57c9a0865885dac4aefca12be8bab31eae66933285af90a49f00a"
sha256 cellar: :any_skip_relocation, ventura: "ad78fcbe91a57c9a0865885dac4aefca12be8bab31eae66933285af90a49f00a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7f61df32c04755964beac5ad650fe4a72ceaae77be8dc099490080d162e7d813"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d4396dc8eb638d5ef172ac1dfc59d2ad3f218d56c632e9e3bf5f16442b0d24a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d4396dc8eb638d5ef172ac1dfc59d2ad3f218d56c632e9e3bf5f16442b0d24a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9d4396dc8eb638d5ef172ac1dfc59d2ad3f218d56c632e9e3bf5f16442b0d24a"
sha256 cellar: :any_skip_relocation, sonoma: "f0394bdc85b99d287f812f6f1f3dbcfcd653b23fa8719134716dcfbeecdb6fc5"
sha256 cellar: :any_skip_relocation, ventura: "f0394bdc85b99d287f812f6f1f3dbcfcd653b23fa8719134716dcfbeecdb6fc5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a597c6b838037ef8f538881740de81ae7288644d96f1ba119ba79d5f0ed0eaa8"
end

depends_on "go" => :build
Expand Down

0 comments on commit 13dcdb8

Please sign in to comment.