Skip to content

Commit 9fb28e9

Browse files
authored
Merge pull request Homebrew#196738 from ziti-ci/update-zrok.rb-1730827455
zrok 0.4.44
2 parents f23b6a1 + c746873 commit 9fb28e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/z/zrok.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Zrok < Formula
22
desc "Geo-scale, next-generation sharing platform built on top of OpenZiti"
33
homepage "https://zrok.io"
4-
url "https://github.com/openziti/zrok/archive/refs/tags/v0.4.42.tar.gz"
5-
sha256 "2a6ad8562832a880586c0179e4fcca05625d990ae33f98cd42a1ddeed45c184d"
4+
url "https://github.com/openziti/zrok/archive/refs/tags/v0.4.44.tar.gz"
5+
sha256 "b182117773177f40ba8f44f466d69b46c0a58ba6f3ccd94cab916ce164e5d353"
66
# The main license is Apache-2.0. ACKNOWLEDGEMENTS.md lists licenses for parts of code
77
license all_of: ["Apache-2.0", "BSD-3-Clause", "MIT"]
88
head "https://github.com/openziti/zrok.git", branch: "main"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3aa399dec0d17aced2e5949c82207d19d72f720a243166620ab755146e71f7ea"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "df86a4a05c75dba79ea974ebcd6de8a015c2ea2f2a73f7f668118c99b46e3e4b"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d310cef500e4b7684281d9e9a0041e84cd6ae84cd3e65e5a4adcb68f87858f50"
14-
sha256 cellar: :any_skip_relocation, sonoma: "2873a375802211e4e3b8877637f5c5fcdbb30a8202b548a39baf48544387b6de"
15-
sha256 cellar: :any_skip_relocation, ventura: "a427202881381dc669b6bc5c0a1c10d424e043427760a2f14a5897a0b02f195c"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5b31b98b5fc6d9a482252987c70dd6f21a22a655ee6612abbe4daa33256bed49"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d8de4df59d0ee6a27f39ed4c7b7165804e22b3750ec05c4677e11c867c552b2a"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f2098dc6b1fa488c77999a77242db2763f36b73c29a55f3105ce5a7dba52c0d"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "14950cec181b8e5f820056b6b171c588ca2f1511eb9ed3e80339ec571eeeef6b"
14+
sha256 cellar: :any_skip_relocation, sonoma: "3399c71044315cfe768d7190a50fc015a666ebc32d3a49da1a5f760a2a58c895"
15+
sha256 cellar: :any_skip_relocation, ventura: "fa91c874d98e11b590dc08a1ee11df161cf226c7988adfd8b0c0832624cebbb6"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3cc35dc13bc9f30be2b4c76199423e7235bd09eb5bc8f6342783e0980046669b"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)