11class 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.73.2 .tar.gz"
5- sha256 "c0d9a8501fa9160c1610afc6dfc427518398eadcf14369380aea6050a027140f "
4+ url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.73.3 .tar.gz"
5+ sha256 "c64ff6fff954cf32b66fc13ee860d4e795b26a07fb6b4c0abb81cc9998273554 "
66 license "Apache-2.0"
77 head "https://github.com/jfrog/jfrog-cli.git" , branch : "v2"
88
@@ -15,12 +15,12 @@ class JfrogCli < Formula
1515 end
1616
1717 bottle do
18- sha256 cellar : :any_skip_relocation , arm64_sequoia : "24d00e86915bbeb2cd1b81ca21a8fde8152cfff0510fa711aee9cd5abeb488e1 "
19- sha256 cellar : :any_skip_relocation , arm64_sonoma : "24d00e86915bbeb2cd1b81ca21a8fde8152cfff0510fa711aee9cd5abeb488e1 "
20- sha256 cellar : :any_skip_relocation , arm64_ventura : "24d00e86915bbeb2cd1b81ca21a8fde8152cfff0510fa711aee9cd5abeb488e1 "
21- sha256 cellar : :any_skip_relocation , sonoma : "5c8d680ab184c562afe24b1a95a854de823a7f073d46e5aceb5517fb90828865 "
22- sha256 cellar : :any_skip_relocation , ventura : "5c8d680ab184c562afe24b1a95a854de823a7f073d46e5aceb5517fb90828865 "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "afdf83c6b37cfd318848aa741d9bbec648d31bda825fa64fb491927fc7f15c26 "
18+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "d8c091557bae63e117e2f4ed34ca2a10f10edec98c4740687908a40bf9f44bc6 "
19+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "d8c091557bae63e117e2f4ed34ca2a10f10edec98c4740687908a40bf9f44bc6 "
20+ sha256 cellar : :any_skip_relocation , arm64_ventura : "d8c091557bae63e117e2f4ed34ca2a10f10edec98c4740687908a40bf9f44bc6 "
21+ sha256 cellar : :any_skip_relocation , sonoma : "ac632d95df4ae572da7f8eea4856d0464ee69675948bc57f2a83cd9e582dbfee "
22+ sha256 cellar : :any_skip_relocation , ventura : "ac632d95df4ae572da7f8eea4856d0464ee69675948bc57f2a83cd9e582dbfee "
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "2eb7409d1b7f3f0803d7a7129e1a6efe888c2c66629597899406315712d1c09e "
2424 end
2525
2626 depends_on "go" => :build
0 commit comments