File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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"
@@ -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
6060end
You can’t perform that action at this time.
0 commit comments