Skip to content

Commit

Permalink
Merge pull request Homebrew#200923 from ziti-ci/update-zrok.rb-173402…
Browse files Browse the repository at this point in the history
…1483

zrok 0.4.45
  • Loading branch information
BrewTestBot authored Dec 12, 2024
2 parents cf2a302 + 266f92b commit a7ae580
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/z/zrok.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Zrok < Formula
desc "Geo-scale, next-generation sharing platform built on top of OpenZiti"
homepage "https://zrok.io"
url "https://github.com/openziti/zrok/archive/refs/tags/v0.4.44.tar.gz"
sha256 "b182117773177f40ba8f44f466d69b46c0a58ba6f3ccd94cab916ce164e5d353"
url "https://github.com/openziti/zrok/archive/refs/tags/v0.4.45.tar.gz"
sha256 "af72245e719bd36554c34a3b9446200dcc7a264b832221378b208b4901d8a5d6"
# The main license is Apache-2.0. ACKNOWLEDGEMENTS.md lists licenses for parts of code
license all_of: ["Apache-2.0", "BSD-3-Clause", "MIT"]
head "https://github.com/openziti/zrok.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8de4df59d0ee6a27f39ed4c7b7165804e22b3750ec05c4677e11c867c552b2a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f2098dc6b1fa488c77999a77242db2763f36b73c29a55f3105ce5a7dba52c0d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "14950cec181b8e5f820056b6b171c588ca2f1511eb9ed3e80339ec571eeeef6b"
sha256 cellar: :any_skip_relocation, sonoma: "3399c71044315cfe768d7190a50fc015a666ebc32d3a49da1a5f760a2a58c895"
sha256 cellar: :any_skip_relocation, ventura: "fa91c874d98e11b590dc08a1ee11df161cf226c7988adfd8b0c0832624cebbb6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3cc35dc13bc9f30be2b4c76199423e7235bd09eb5bc8f6342783e0980046669b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5dae68381256ab752564b2bfa8287b0a4a9e585b126a30fad6142c7c5536f0fc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f071bc7c15b835103b2df12e806cf8b6de694a51c3c17d83b0c03b4e2fdfb08f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d8b2694ceeb2ffc21866b42afa6f3e11acdc442d6d8afd4ffb39f946594423cc"
sha256 cellar: :any_skip_relocation, sonoma: "b23ad0db157461772e3b76d6721a227ce7cce78fc8417752565bd38af5aaaf3a"
sha256 cellar: :any_skip_relocation, ventura: "f1b7e0da3d677f5cb535f899cb8249b71ec708c8ec9677f84f6f10ae4547bd9b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "455d1457479218ced71fb9e0bd62e9fff94b8a15e7de3842ad4c1f97d5d95514"
end

depends_on "go" => :build
Expand Down

0 comments on commit a7ae580

Please sign in to comment.