Skip to content

Commit 1e0a5ad

Browse files
authored
Merge pull request #249908 from ziti-ci/update-zrok.rb-1760642331
zrok 1.1.9
2 parents 8dd3038 + 1e40052 commit 1e0a5ad

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.8/source-v1.1.8.tar.gz"
5-
sha256 "d0b82199ea0e92e1e7a628e63405f0adee3857009730a355db90f428d4a53dbe"
4+
url "https://github.com/openziti/zrok/releases/download/v1.1.9/source-v1.1.9.tar.gz"
5+
sha256 "b0c0aed2bf78df89f57a505006d9edd5b67a9c041a348b50a68d0c640800d6e8"
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: "69512d5888b0ab4f9a81010b546c4d1e7b48b52be839c8ff1cdd904a9bb1d7c1"
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "05e06ae818aad3085d6355b062867dd7517de0d83a6440cf2c8eff8be77b55b2"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b9fae2c6df5e753fd5d9c9709f85aa9315b0d2606c13b8d755e259190c80aa75"
16-
sha256 cellar: :any_skip_relocation, sonoma: "0e5d63854062aa78cc4f250d368821f7f52dc39503a6d3e3a8cb8554f41fa354"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "59a013fb99a8f02f968b31c13b254740e1190bcd806249780762913d39e853bc"
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"
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 = 24h0m0s", status_output)
58+
assert_match(/expiration_timeout\s+:\s+24h0m0s/, status_output)
5959
end
6060
end

0 commit comments

Comments
 (0)