Skip to content

Commit

Permalink
Merge pull request #192105 from Homebrew/bump-jfrog-cli-2.70.0
Browse files Browse the repository at this point in the history
jfrog-cli 2.70.0
  • Loading branch information
BrewTestBot authored Sep 27, 2024
2 parents cdb429f + ed8ac2b commit a9819cf
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.69.0.tar.gz"
sha256 "aa701ab1ed84e1209dab7d884a8f0c8ed50de3edca1794e7abe27497af008fea"
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.70.0.tar.gz"
sha256 "0bb7e009a9148026cc5e3acd93a692d72841da42fdd301e0892a9f6e1d949db9"
license "Apache-2.0"
head "https://github.com/jfrog/jfrog-cli.git", branch: "v2"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "59c33e87afc16de03dfa88d64107adb6176765761dd922d6c92fa26916ed2ae8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "59c33e87afc16de03dfa88d64107adb6176765761dd922d6c92fa26916ed2ae8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "59c33e87afc16de03dfa88d64107adb6176765761dd922d6c92fa26916ed2ae8"
sha256 cellar: :any_skip_relocation, sonoma: "9ca7d881181dbd01348423b3c8b82bc21879f4274a93abe8cfe41815195fec20"
sha256 cellar: :any_skip_relocation, ventura: "9ca7d881181dbd01348423b3c8b82bc21879f4274a93abe8cfe41815195fec20"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6ac655c94937192a60a86b46e2fc2de77784d26cadf1ddba253dea9234cffe6b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "145f7c81c2f912229cc7701c0c9025970bab1d28f16183c8513df31fa6fbcb23"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "145f7c81c2f912229cc7701c0c9025970bab1d28f16183c8513df31fa6fbcb23"
sha256 cellar: :any_skip_relocation, arm64_ventura: "145f7c81c2f912229cc7701c0c9025970bab1d28f16183c8513df31fa6fbcb23"
sha256 cellar: :any_skip_relocation, sonoma: "9826c0e4217d90a185ecf6d23764cb71e0b4b783ef378343734e58d3ea1701c6"
sha256 cellar: :any_skip_relocation, ventura: "9826c0e4217d90a185ecf6d23764cb71e0b4b783ef378343734e58d3ea1701c6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "093dbf2f0648d9a732ed32d5d5f5de8b57b94878aac63852e42fa5385578b369"
end

depends_on "go" => :build
Expand Down

0 comments on commit a9819cf

Please sign in to comment.