Skip to content

Commit af8dc30

Browse files
authored
Merge pull request #235737 from Homebrew/bump-jfrog-cli-2.78.8
jfrog-cli 2.78.8
2 parents 7178c54 + 5bc34d4 commit af8dc30

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/j/jfrog-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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.78.7.tar.gz"
5-
sha256 "23f1fd98af8331818729d0255d0334b479f7681bd8577b0023813787740d7f5f"
4+
url "https://github.com/jfrog/jfrog-cli/archive/refs/tags/v2.78.8.tar.gz"
5+
sha256 "ce121daa69a813410049d9bf00bda81e8a8881ef87ac15210831977475a637cd"
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: "acec14a921314725cea3d970aebfe1478477edc5c91186b9ed585b080de022cc"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "acec14a921314725cea3d970aebfe1478477edc5c91186b9ed585b080de022cc"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "acec14a921314725cea3d970aebfe1478477edc5c91186b9ed585b080de022cc"
21-
sha256 cellar: :any_skip_relocation, sonoma: "6ada7a45e88a7a1901e975b9f93a675e104ef85853d96ca1d18d729f55c63cc1"
22-
sha256 cellar: :any_skip_relocation, ventura: "74b2976fbfb1087b3f76dedff31bc8a7eecf14883abdab50cbe2c3f991aa47c1"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ac136507cd4a192397cc7668f0557dfd89589785f4d2f2c386915e33b64fd5f5"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2ec2c3b79fbf3c38178fd0c75fc45d089fa718c2058c2ce3d933fab2b1b3e63a"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ec2c3b79fbf3c38178fd0c75fc45d089fa718c2058c2ce3d933fab2b1b3e63a"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2ec2c3b79fbf3c38178fd0c75fc45d089fa718c2058c2ce3d933fab2b1b3e63a"
21+
sha256 cellar: :any_skip_relocation, sonoma: "9b480e5bc2d0d4e3f4cc0db03c94bbc5b9dd84a7ad6131868645dde6f8f16e65"
22+
sha256 cellar: :any_skip_relocation, ventura: "c0c4f84656f178237e4ef66e26c61fa820f40bac5b06b470ea7477164097f2e1"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d5c65ca3f936c05752ebb3da2001c1b7113f1fe5d770b6a1c97a014cff9fa4e"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)