Skip to content

Commit ee9548b

Browse files
authored
Merge pull request #250042 from ziti-ci/update-zrok.rb-1760709828
zrok 1.1.10
2 parents 3fb206e + c1b2bc0 commit ee9548b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/z/zrok.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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/releases/download/v1.1.9/source-v1.1.9.tar.gz"
5-
sha256 "b0c0aed2bf78df89f57a505006d9edd5b67a9c041a348b50a68d0c640800d6e8"
4+
url "https://github.com/openziti/zrok/releases/download/v1.1.10/source-v1.1.10.tar.gz"
5+
sha256 "1e6999f11be37fab066254d080a3593e37835a2f8d7927d13e8524acf5e6073d"
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
no_autobump! because: :bumped_by_upstream
1111

1212
bottle do
13-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "dc1a5364f6d72b5b061d85135a7e0d49dbef451092125cada8fe1e19f30bb37b"
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "02731d76cb6fbd28780cc8182d1bec22e309a72336df5438871b6fef38ca22d5"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdc4d2654362b42d928ae2d181703acfd82da37cadff6bbec3c0211d2fdcf09f"
16-
sha256 cellar: :any_skip_relocation, sonoma: "b1c9513e50ba5acc8737b6fd71dbdd49180e2ca79e92e2f4df8acdb68635fd85"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5dc3f12cdc076c8e3a23f8b457150a001f20d9f008d34038703323c2e22e46a3"
13+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f119049ac0ea153167191c0ee9da00a052ee1e7a523fb609820e123f96696e27"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "999818d3fa25c30120a5db6ba5a8dd7ce152593ca017bbf59f18cc7c35b2b1f7"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "af66c3978664de1a290fc71ab5767e48a7caa81376dd59bd7c690593be4c9e72"
16+
sha256 cellar: :any_skip_relocation, sonoma: "fd805e9a12731fefad3b83875236d3c22d2c1fbe8a4c52eed42ba9b35fe48d98"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0b0c4c54227362d9b43651e76eb09b287fac2106eeece701a6656ca7e7a8fbf5"
1818
end
1919

2020
depends_on "go" => :build
@@ -55,6 +55,6 @@ def install
5555
assert_match(/[[a-f0-9]{40}]/, version_output)
5656

5757
status_output = shell_output("#{bin}/zrok controller validate #{testpath}/ctrl.yml 2>&1")
58-
assert_match(/expiration_timeout\s+:\s+24h0m0s/, status_output)
58+
assert_match("expiration_timeout = 24h0m0s", status_output)
5959
end
6060
end

0 commit comments

Comments
 (0)