|
1 | 1 | class Zrok < Formula |
2 | 2 | desc "Geo-scale, next-generation sharing platform built on top of OpenZiti" |
3 | 3 | 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" |
6 | 6 | # The main license is Apache-2.0. ACKNOWLEDGEMENTS.md lists licenses for parts of code |
7 | 7 | license all_of: ["Apache-2.0", "BSD-3-Clause", "MIT"] |
8 | 8 | head "https://github.com/openziti/zrok.git", branch: "main" |
9 | 9 |
|
10 | 10 | no_autobump! because: :bumped_by_upstream |
11 | 11 |
|
12 | 12 | 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" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "go" => :build |
@@ -55,6 +55,6 @@ def install |
55 | 55 | assert_match(/[[a-f0-9]{40}]/, version_output) |
56 | 56 |
|
57 | 57 | 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) |
59 | 59 | end |
60 | 60 | end |
0 commit comments