Skip to content

Commit c1e8c7a

Browse files
authored
Merge pull request #196605 from Homebrew/bump-jfrog-cli-2.71.3
jfrog-cli 2.71.3
2 parents fadd17c + 7671b88 commit c1e8c7a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/j/jfrog-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class JfrogCli < Formula
22
desc "Command-line interface for JFrog products"
33
homepage "https://www.jfrog.com/confluence/display/CLI/JFrog+CLI"
4-
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.71.2.tar.gz"
5-
sha256 "ccaaae4ef2f161973ee3e5631c05946a426d2d5adf2e34e83f15e13ff60cb3ad"
4+
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.71.3.tar.gz"
5+
sha256 "e5154a1d2afa91735ed000fa3ae37afbe33f49a328c665047c6af1afb4d0540e"
66
license "Apache-2.0"
77
head "https://github.com/jfrog/jfrog-cli.git", branch: "v2"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c3d6124f74d2555b6efe6a86245766cae1ae06ff851d0a0a01a9125652dc86e"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c3d6124f74d2555b6efe6a86245766cae1ae06ff851d0a0a01a9125652dc86e"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c3d6124f74d2555b6efe6a86245766cae1ae06ff851d0a0a01a9125652dc86e"
13-
sha256 cellar: :any_skip_relocation, sonoma: "833bf48a942210e702f1368334ef5a2349d9fd0a5547b1a0073cf7904d02aa26"
14-
sha256 cellar: :any_skip_relocation, ventura: "833bf48a942210e702f1368334ef5a2349d9fd0a5547b1a0073cf7904d02aa26"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfffa81522b26cb1a09bce26e11c617d86f96d13d2f1d8ff3e84ff37512294a9"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9cec12d2473c068e5807881d14fb7c163200a90c6b4bb136f7c38a08f3465bab"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9cec12d2473c068e5807881d14fb7c163200a90c6b4bb136f7c38a08f3465bab"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9cec12d2473c068e5807881d14fb7c163200a90c6b4bb136f7c38a08f3465bab"
13+
sha256 cellar: :any_skip_relocation, sonoma: "7ead971c4bacaa0cd543c40da435ea727ea189002b10ca3a4d11b2422ff95494"
14+
sha256 cellar: :any_skip_relocation, ventura: "7ead971c4bacaa0cd543c40da435ea727ea189002b10ca3a4d11b2422ff95494"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6f73017ba1a65635c5263b0e4ca0655d46b9fb8a43b91c84e3c2de13cc48deee"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)