33class PhpMatrix < Formula
44 desc "List PHP versions that satisfy the given constraint"
55 homepage "https://github.com/typisttech/php-matrix"
6- version "1.0.4 "
6+ version "1.0.5 "
77 license "MIT"
88
99 livecheck do
@@ -18,23 +18,23 @@ class PhpMatrix < Formula
1818
1919 on_macos do
2020 if Hardware ::CPU . arm?
21- url "https://github.com/typisttech/php-matrix/releases/download/v1.0.4 /php-matrix_darwin_arm64.tar.gz"
22- sha256 "befcd921c027185efc77b9e5e40151a20e6ac352c8ff1076a9f1a0e895d233a2 "
21+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.5 /php-matrix_darwin_arm64.tar.gz"
22+ sha256 "5c6bfb68c411569df37b25bffced2f3a59df3dc52fe69be1eda573b4c98b4df4 "
2323 end
2424 if Hardware ::CPU . intel?
25- url "https://github.com/typisttech/php-matrix/releases/download/v1.0.4 /php-matrix_darwin_amd64.tar.gz"
26- sha256 "49ce43e4b5d89e432aa4328a09be294c5c2a3111a4be0e6bfef9d06637ecf20b "
25+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.5 /php-matrix_darwin_amd64.tar.gz"
26+ sha256 "d0491bc39f8c0f6b49745af62d950a82b04f1b1f46bd44e3576057e7235d87ca "
2727 end
2828 end
2929
3030 on_linux do
3131 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
32- url "https://github.com/typisttech/php-matrix/releases/download/v1.0.4 /php-matrix_linux_arm64.tar.gz"
33- sha256 "a6757b67452dcf58ba06e2c38eb40587f5093ee197caa4dfa134f8c0b005a9d2 "
32+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.5 /php-matrix_linux_arm64.tar.gz"
33+ sha256 "1ea185be1b80570b0299da6c4208e11bd04d3b8ff3dde230ccfd8b220c03e093 "
3434 end
3535 if Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
36- url "https://github.com/typisttech/php-matrix/releases/download/v1.0.4 /php-matrix_linux_amd64.tar.gz"
37- sha256 "798a48669ab546003a639500517da075a949bd5198d6c52fffd4fae477b42281 "
36+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.5 /php-matrix_linux_amd64.tar.gz"
37+ sha256 "7741d1c77d4aa51ec86eeee30bca932a9c02e6c40386f464b174428e57617f69 "
3838 end
3939 end
4040
@@ -44,7 +44,7 @@ def install
4444 end
4545
4646 test do
47- regex = /PHP Matrix\s +v1.0.4 /
47+ regex = /PHP Matrix\s +v1.0.5 /
4848 assert_match regex , shell_output ( "#{ bin } /php-matrix --version" )
4949 end
5050end
0 commit comments