Skip to content

Commit

Permalink
Merge pull request #149521 from ZhongRuoyu/bump-jfrog-cli-2.49.0
Browse files Browse the repository at this point in the history
jfrog-cli 2.49.0
  • Loading branch information
BrewTestBot authored Oct 4, 2023
2 parents 976e972 + de96d60 commit a54fdce
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions Formula/j/jfrog-cli.rb
Original file line number Diff line number Diff line change
@@ -1,20 +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.48.0.tar.gz"
sha256 "50f61b6222e3749bfe8b467da720b38145bdd73f2ecc440122d7a18e613e22da"
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.49.0.tar.gz"
sha256 "b4d225beb547a0d5252935784e2f5b36c2275d5c6e54ac2ab3c7e110b77d0560"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cba1fc6c8e830836b41b7c75478defdd287da4a755679964b2d4304a4128e680"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6ec974b9e8a8a28a852a6e15f3a7c6d5ff0e07bdc1f9adadea4988f0d5f1fb6e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c7b8e2e3b45db7d8a2451ba44ba4d940279a873fba8fcb8e0828ad2cdccfae19"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "3a35ea8e75bd53cbed06a3a3325fd3811b586f9dace11f37a6e105f52218eb5b"
sha256 cellar: :any_skip_relocation, sonoma: "e4aa2b8224c9b7ae459195f44880b9eb1cd00d17290078c4b5606de51d78162f"
sha256 cellar: :any_skip_relocation, ventura: "5702b27336b32544c38f500d81f94356276402fa3ab365cd398ac881a7c10490"
sha256 cellar: :any_skip_relocation, monterey: "fec5279a6e10b18cfc9dc473f5e4cd19db287e6ae3cd456f2c8f13e250d82e7c"
sha256 cellar: :any_skip_relocation, big_sur: "5a7dcc6033882705215b9c96becf9c56d386a4dcd285684927b41aef04ea0952"
sha256 cellar: :any_skip_relocation, x86_64_linux: "28da3449892cb0ea88a032216f9abd0caa1cb1a5915d647e34d88bc0ab800d73"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a0a1e1ed5073835c2b5f108ec2f18c9f011388e2a88a742b9b3bf8b856bba89a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e40c1b4cea53dc728a488cec763d5092bf7a7a7f630e14248ae7359052376927"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4e844020239b77718dcc1d1de241c9738bbd549d3a6e19582f5dc976c26072e4"
sha256 cellar: :any_skip_relocation, sonoma: "43aa73aacfc38f243977cafe0536f59eec3b8f7cbb59476ae4ea7654d3fb7ca6"
sha256 cellar: :any_skip_relocation, ventura: "8bed4025c9bf52459d08da57bbeccb50bcbe413e3bd0d0369ab128e86c17c272"
sha256 cellar: :any_skip_relocation, monterey: "3c04e161a4b1912ce969fe2b604d4b6327e8dba515ba1b3055330bbb22c5f714"
sha256 cellar: :any_skip_relocation, x86_64_linux: "724dd057417937ce037ceb71a59ddabdeb46678a9fca97da65254d92aea85e31"
end

depends_on "go" => :build
Expand Down

0 comments on commit a54fdce

Please sign in to comment.