Skip to content

Commit

Permalink
Merge pull request #197596 from Homebrew/bump-jfrog-cli-2.71.4
Browse files Browse the repository at this point in the history
jfrog-cli 2.71.4
  • Loading branch information
BrewTestBot authored Nov 13, 2024
2 parents a687429 + cd730b8 commit a3fb408
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,18 +1,18 @@
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.3.tar.gz"
sha256 "e5154a1d2afa91735ed000fa3ae37afbe33f49a328c665047c6af1afb4d0540e"
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.71.4.tar.gz"
sha256 "d63ad3025f21a04095269237a693a2e83bfbbc17840febdb2be1ad751fd04838"
license "Apache-2.0"
head "https://github.com/jfrog/jfrog-cli.git", branch: "v2"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cec12d2473c068e5807881d14fb7c163200a90c6b4bb136f7c38a08f3465bab"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9cec12d2473c068e5807881d14fb7c163200a90c6b4bb136f7c38a08f3465bab"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9cec12d2473c068e5807881d14fb7c163200a90c6b4bb136f7c38a08f3465bab"
sha256 cellar: :any_skip_relocation, sonoma: "7ead971c4bacaa0cd543c40da435ea727ea189002b10ca3a4d11b2422ff95494"
sha256 cellar: :any_skip_relocation, ventura: "7ead971c4bacaa0cd543c40da435ea727ea189002b10ca3a4d11b2422ff95494"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6f73017ba1a65635c5263b0e4ca0655d46b9fb8a43b91c84e3c2de13cc48deee"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "af4c0eea5d2d4496b7d0d4166f62ea54f95d95522145ae86918e6d11b62bdaf9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "af4c0eea5d2d4496b7d0d4166f62ea54f95d95522145ae86918e6d11b62bdaf9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "af4c0eea5d2d4496b7d0d4166f62ea54f95d95522145ae86918e6d11b62bdaf9"
sha256 cellar: :any_skip_relocation, sonoma: "4b56e017cc4f201f32b8682c57d8e10c65867882146056431bdda577bce38fab"
sha256 cellar: :any_skip_relocation, ventura: "4b56e017cc4f201f32b8682c57d8e10c65867882146056431bdda577bce38fab"
sha256 cellar: :any_skip_relocation, x86_64_linux: "958ce182782473ca8692f52ff1ab512f7943988c0cee07410ea9ca1a36f1e954"
end

depends_on "go" => :build
Expand Down

0 comments on commit a3fb408

Please sign in to comment.