Skip to content

Commit

Permalink
Merge pull request #195555 from Homebrew/bump-jfrog-cli-2.71.1
Browse files Browse the repository at this point in the history
jfrog-cli 2.71.1
  • Loading branch information
BrewTestBot authored Oct 25, 2024
2 parents 66d5f1c + 8d6ffe2 commit 173d988
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.0.tar.gz"
sha256 "6f2fdfd26c3546644f2654fc4ee94e3d5aa32e388311fb82a3af363a27f1a25b"
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.71.1.tar.gz"
sha256 "ef4af045ccdeb5305c60d8ac1e1faebd6e4501486737d8198034d4606edbbeb6"
license "Apache-2.0"
head "https://github.com/jfrog/jfrog-cli.git", branch: "v2"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b6fde70251bc984a167a4e54a2ece8cc4817ef0f650a0319e0ed5dbdddfa5022"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b6fde70251bc984a167a4e54a2ece8cc4817ef0f650a0319e0ed5dbdddfa5022"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b6fde70251bc984a167a4e54a2ece8cc4817ef0f650a0319e0ed5dbdddfa5022"
sha256 cellar: :any_skip_relocation, sonoma: "ec233824dfe1e5d6886b7e7452f6731dceb1da1ed2c3193cd4029a86692bba06"
sha256 cellar: :any_skip_relocation, ventura: "ec233824dfe1e5d6886b7e7452f6731dceb1da1ed2c3193cd4029a86692bba06"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d29ddcf8cf74704688564c1fad9b78c48cf75040a81bb82d800c7514cd6f97b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "afa94ad09ac1d3b6d21da2d997b270a4355c2487bbf4b3b1ce522726eca5fc96"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "afa94ad09ac1d3b6d21da2d997b270a4355c2487bbf4b3b1ce522726eca5fc96"
sha256 cellar: :any_skip_relocation, arm64_ventura: "afa94ad09ac1d3b6d21da2d997b270a4355c2487bbf4b3b1ce522726eca5fc96"
sha256 cellar: :any_skip_relocation, sonoma: "0e83935c29f007b8a10b9d554eae9d4842e005f5072d03f5f144774d4fa2e024"
sha256 cellar: :any_skip_relocation, ventura: "0e83935c29f007b8a10b9d554eae9d4842e005f5072d03f5f144774d4fa2e024"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d1dfc41d30cefbddaced71d7561547ecdab9e9cd41393e4196336362e3c4e59"
end

depends_on "go" => :build
Expand Down

0 comments on commit 173d988

Please sign in to comment.