33class PhpMatrix < Formula
44 desc "List PHP versions that satisfy the required PHP constraint in composer.json"
55 homepage "https://github.com/typisttech/php-matrix"
6- version "1.0.7 "
6+ version "1.0.8 "
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.7 /php-matrix_darwin_arm64.tar.gz"
22- sha256 "92fa97641729380d2fd273ac047918fcbc2148bf3e424806b5da7cfb183ef920 "
21+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.8 /php-matrix_darwin_arm64.tar.gz"
22+ sha256 "ddc3cdcbc025f3d5b8188681fa8fec57c0804ad6ae8c39b5541c4fcbe3201811 "
2323 end
2424 if Hardware ::CPU . intel?
25- url "https://github.com/typisttech/php-matrix/releases/download/v1.0.7 /php-matrix_darwin_amd64.tar.gz"
26- sha256 "dc8fa50dd48c193a4a050904b4a01db7b973ed1154633a4d33ba1be683cda39f "
25+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.8 /php-matrix_darwin_amd64.tar.gz"
26+ sha256 "9e4e07cdfe626d6d721f3246941840ada6dc26f161c0d0e664ab03240739b337 "
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.7 /php-matrix_linux_arm64.tar.gz"
33- sha256 "a8b0bf44e5efaf81f339f68717c9c43a4c439a54b4196953d6fcb60b6275f568 "
32+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.8 /php-matrix_linux_arm64.tar.gz"
33+ sha256 "b1731b2884cb3572cca8ab81ce30db02f7f79dc68aeb8ec33b3a79c2227dcde0 "
3434 end
3535 if Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
36- url "https://github.com/typisttech/php-matrix/releases/download/v1.0.7 /php-matrix_linux_amd64.tar.gz"
37- sha256 "1b99c9cfcf36ea459dae0102c59b4c4f5948ff6d4ee3e86d3f3af616b672c68d "
36+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.8 /php-matrix_linux_amd64.tar.gz"
37+ sha256 "9c9481d30d985456d8368a27b0514f9172779529e2a15535da01b5270cb43055 "
3838 end
3939 end
4040
@@ -44,7 +44,7 @@ def install
4444 end
4545
4646 test do
47- regex = /PHP Matrix\s +v1.0.7 /
47+ regex = /PHP Matrix\s +v1.0.8 /
4848 assert_match regex , shell_output ( "#{ bin } /php-matrix --version" )
4949 end
5050end
0 commit comments