Skip to content

Commit

Permalink
Merge pull request Homebrew#180401 from Homebrew/bump-zbctl-8.5.6
Browse files Browse the repository at this point in the history
zbctl 8.5.6
  • Loading branch information
BrewTestBot authored Aug 7, 2024
2 parents 04c2a33 + 259e73e commit ba8eb8b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/z/zbctl.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Zbctl < Formula
desc "Zeebe CLI client"
homepage "https://docs.camunda.io/docs/apis-clients/cli-client/index/"
url "https://github.com/camunda/zeebe/archive/refs/tags/8.5.5.tar.gz"
sha256 "50d8ac1dd0447d7cd0b4e73ba9ddcbd176af1e23702d201918bd5826c25a79cb"
url "https://github.com/camunda/zeebe/archive/refs/tags/8.5.6.tar.gz"
sha256 "c0cf2133c217f52323c4202f5b22640e2425cd5a7b19a5a39a77e8d046d04735"
license "Apache-2.0"
head "https://github.com/camunda/zeebe.git", branch: "develop"

Expand All @@ -18,13 +18,13 @@ class Zbctl < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "18f5ab10d8b0c674d0073a31b2cf2d1cfb7baaf399b9dda30d07bd7997a8118b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "18f5ab10d8b0c674d0073a31b2cf2d1cfb7baaf399b9dda30d07bd7997a8118b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "18f5ab10d8b0c674d0073a31b2cf2d1cfb7baaf399b9dda30d07bd7997a8118b"
sha256 cellar: :any_skip_relocation, sonoma: "f9e078184d270b89e4728f63702a7b1a33575a03468a1639d52438991c791746"
sha256 cellar: :any_skip_relocation, ventura: "f9e078184d270b89e4728f63702a7b1a33575a03468a1639d52438991c791746"
sha256 cellar: :any_skip_relocation, monterey: "f9e078184d270b89e4728f63702a7b1a33575a03468a1639d52438991c791746"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1cdcef9a1b0b160e4cc8990114cb8c20202a5419eae96aee0280eaca356491aa"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "68571287b0defe5055e9b947864d7c69dbf5b0de80cf520a1ed123afaf9d4036"
sha256 cellar: :any_skip_relocation, arm64_ventura: "68571287b0defe5055e9b947864d7c69dbf5b0de80cf520a1ed123afaf9d4036"
sha256 cellar: :any_skip_relocation, arm64_monterey: "68571287b0defe5055e9b947864d7c69dbf5b0de80cf520a1ed123afaf9d4036"
sha256 cellar: :any_skip_relocation, sonoma: "6a9144b1314e77629e7d3060bad14555da84d93cb0b987329597cfd5b970ea68"
sha256 cellar: :any_skip_relocation, ventura: "6a9144b1314e77629e7d3060bad14555da84d93cb0b987329597cfd5b970ea68"
sha256 cellar: :any_skip_relocation, monterey: "6a9144b1314e77629e7d3060bad14555da84d93cb0b987329597cfd5b970ea68"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fcfedbb3404b8fbf87b710908156bae77cbb8a7cdc217b3c7e833fb1e6b40f4b"
end

depends_on "go" => :build
Expand Down

0 comments on commit ba8eb8b

Please sign in to comment.