diff --git a/Formula/j/jfrog-cli.rb b/Formula/j/jfrog-cli.rb index 7c8a07e1b6964..9c63afce821d7 100644 --- a/Formula/j/jfrog-cli.rb +++ b/Formula/j/jfrog-cli.rb @@ -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.52.7.tar.gz" - sha256 "9b3814430ba84e34778e130a1f50ede4002cc76cdae9d08b07d55d763758ae57" + url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.52.8.tar.gz" + sha256 "1d38f34d487751f4a5d61d2dbe16ccdedbec9d111bd1fbe4b1229cf86328914c" license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "721513c40df5a79cc601649467eb712e93b706b9a6a4dc70daa9e67831ac0fa1" - sha256 cellar: :any_skip_relocation, arm64_ventura: "274e7254f3172a34efe5d24913c059b61af6ae0213e5d9d2a7300a99d3552a5d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "f4fcee37ee647d6948ec1f331c12f30fbe3530a5bcdadf889b4165ab7e995aca" - sha256 cellar: :any_skip_relocation, sonoma: "4194b4d6fbefe622233a1d426b650fae02ab2f540c012a53ac453afda1694ab4" - sha256 cellar: :any_skip_relocation, ventura: "4f7a00225daa3ff4dd256af1597e28dbba30efa7ee798377c15193b1c2571c63" - sha256 cellar: :any_skip_relocation, monterey: "3117a9b41533933530ce0fa32b8023931902d03a6d295f42d4ed1585a368de57" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4982e16bfea3b8651b2b0863c496fd6042a99582d06aafce96ad0351d7fb0837" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "fd5de7b399b1153ccbf91f9be1dae298a6c494ede14d5603509c49999ebeb8ce" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b0f9ad4d5710ec084797a0a7fb7f6566fcd9f9ff9e787913567c38884b217098" + sha256 cellar: :any_skip_relocation, arm64_monterey: "9ff43f6024a7b5e363db44c40d1c1214abe5322282163049a19964d4ba1d8aa1" + sha256 cellar: :any_skip_relocation, sonoma: "3455ae075a1ecd9b4bbec65ba73007252ceaa204d48cc385c72d57d73054969f" + sha256 cellar: :any_skip_relocation, ventura: "1f4a68bd2dcd903541fa0a170b45cc78c5b3d1f91b91dc29082a79d6146e1e55" + sha256 cellar: :any_skip_relocation, monterey: "a25784d1284b7c524ad29155ab223d21f2ca4a91e8d20957ebaf22ef5ba80892" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4ca3507dfb8fdc74d00b5859befbb6e3a9e8555daea9d3c2f622e6e4f18ae505" end depends_on "go" => :build