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.98 .0.tar.gz"
5- sha256 "1295a28f0b4d7b8a239e0fe74a24dab468385306a44ee7ff9e51fe824e2b00dc "
4+ url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.99 .0.tar.gz"
5+ sha256 "4639872731f0d4103c87b40b79c63e0bb1b8ca9efdb08e2818998339f3c2659b "
66 license "Apache-2.0"
77 head "https://github.com/jfrog/jfrog-cli.git" , branch : "master"
88
@@ -15,12 +15,12 @@ class JfrogCli < Formula
1515 end
1616
1717 bottle do
18- sha256 cellar : :any_skip_relocation , arm64_tahoe : "1a019fec9222ad38c4be831d6004dcde8401101fef70640603d40bb5ccdf12ad "
19- sha256 cellar : :any_skip_relocation , arm64_sequoia : "1a019fec9222ad38c4be831d6004dcde8401101fef70640603d40bb5ccdf12ad "
20- sha256 cellar : :any_skip_relocation , arm64_sonoma : "1a019fec9222ad38c4be831d6004dcde8401101fef70640603d40bb5ccdf12ad "
21- sha256 cellar : :any_skip_relocation , sonoma : "0c877e46e4ac0595931f1cd94ca628d8f6485ae1e332617af0396258e8d637ce "
22- sha256 cellar : :any_skip_relocation , arm64_linux : "203eca387c4531f50147933e46f609d1ad076a53ac029f15852024defa08c849 "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "59769aeb5b85df98f4d5bfa7b12b0bfc5324e991de684641465a59a2d7cf50a3 "
18+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "fdf6eff4359cd5edc2cfafa61e1e71c31f5feffc41b2be5f8c0ddfd04a3214d9 "
19+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "fdf6eff4359cd5edc2cfafa61e1e71c31f5feffc41b2be5f8c0ddfd04a3214d9 "
20+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "fdf6eff4359cd5edc2cfafa61e1e71c31f5feffc41b2be5f8c0ddfd04a3214d9 "
21+ sha256 cellar : :any_skip_relocation , sonoma : "a4c8e950537c93f5cea6f174a4935d038b8fe511b44515f694dca44dd8817858 "
22+ sha256 cellar : :any_skip_relocation , arm64_linux : "98ae38427abc1ea9fefe75e4bae2d1750c79bc63174c7246572a7f2d1fa754c4 "
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ff718bf59da97439d9065b707070dc4fc18b7808ad5f9954e2ff7912860cf75b "
2424 end
2525
2626 depends_on "go" => :build
0 commit comments