Skip to content

Commit

Permalink
Merge pull request #140322 from chenrui333/bump-jfrog-cli-2.46.0
Browse files Browse the repository at this point in the history
jfrog-cli 2.46.0
  • Loading branch information
BrewTestBot authored Aug 24, 2023
2 parents bdd3cb0 + 7031df6 commit a7ab5f6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/j/jfrog-cli.rb
Original file line number Diff line number Diff line change
@@ -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.45.0.tar.gz"
sha256 "80e7e9257f235c8bfb5c3483090d703efe1c5ac3d34344ed33f0b1698f627fe7"
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.46.0.tar.gz"
sha256 "882204e68dd9740293a04b8841646cd8c28d56541d3b6d71558d1f08dfc7228a"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_ventura: "4561e1a25c5b372cb703689a029950c469be35640d28789a7704cc58971cdf48"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4561e1a25c5b372cb703689a029950c469be35640d28789a7704cc58971cdf48"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "4561e1a25c5b372cb703689a029950c469be35640d28789a7704cc58971cdf48"
sha256 cellar: :any_skip_relocation, ventura: "5df5902c3bdfc9750257a98d740f1df969386be68af8f7ef29c5c4f8328015f2"
sha256 cellar: :any_skip_relocation, monterey: "5df5902c3bdfc9750257a98d740f1df969386be68af8f7ef29c5c4f8328015f2"
sha256 cellar: :any_skip_relocation, big_sur: "5df5902c3bdfc9750257a98d740f1df969386be68af8f7ef29c5c4f8328015f2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7d9cd641f2a00ad57689f10fa88f58ed2e5b01577a3efbbb4b4b326ddd48e19b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "76bc2d71de4693bd0f5aca92b78da006541e144ed091c0b7a69c339ff38244cb"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7b4d6fa98a710c4d8e1cde3c38707c3b152e2ffbc471c5f4a74335a2ba52c8da"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "c97a231a75afe66a7f5fcf9acabd95faadbe0ea3476df3be41de04c7d7413272"
sha256 cellar: :any_skip_relocation, ventura: "4888fbc005e8cadb8ef796726779afe8c68df60665da9ddcf300c54223ab8953"
sha256 cellar: :any_skip_relocation, monterey: "609276f5ec84ee980a0b28b773f69a9096f54d6f92c0a0a74656115703bcbfaf"
sha256 cellar: :any_skip_relocation, big_sur: "82fd47549240bcf051e8ed8f4e8a6eec6b3a5417ccdf5d71ec5520a3a8a51ad4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d5c12247a9335d5d784d0832ea5b6ac2734309d07272bdc8633d96759e0e9740"
end

depends_on "go" => :build
Expand Down

0 comments on commit a7ab5f6

Please sign in to comment.