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.10 "
6+ version "1.0.11 "
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.10 /php-matrix_darwin_arm64.tar.gz"
22- sha256 "65e8300433874d0b12a7b4362813f459e6c3fd03aa7703abcdbe4b2dae522951 "
21+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.11 /php-matrix_darwin_arm64.tar.gz"
22+ sha256 "5260da61a2f606aaaed7639c23a89a140e1eb246fcdbbc4792dd7a1c5029be88 "
2323 end
2424 if Hardware ::CPU . intel?
25- url "https://github.com/typisttech/php-matrix/releases/download/v1.0.10 /php-matrix_darwin_amd64.tar.gz"
26- sha256 "216d89774052359c4ec3a1ec57d95c3c8ecb66b224769a82a1f48b8fa37957be "
25+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.11 /php-matrix_darwin_amd64.tar.gz"
26+ sha256 "18a09fd898a08a19f1c633ff845122aa4081e3cc16187a43844e69de72d0ff8a "
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.10 /php-matrix_linux_arm64.tar.gz"
33- sha256 "9bac87ccedf84717279724ebd6126118ac6e58717cc6144ec79160adb49a9512 "
32+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.11 /php-matrix_linux_arm64.tar.gz"
33+ sha256 "f12bcbc841ffa428b9baacf861ed16fbbcc75ecb9e8c28393458cf075c1c63a7 "
3434 end
3535 if Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
36- url "https://github.com/typisttech/php-matrix/releases/download/v1.0.10 /php-matrix_linux_amd64.tar.gz"
37- sha256 "8ca56355d9e872122a16f3233a46818c14175c0112bbb2bb083dc725a6a40ddc "
36+ url "https://github.com/typisttech/php-matrix/releases/download/v1.0.11 /php-matrix_linux_amd64.tar.gz"
37+ sha256 "e7f0a13483b689387225a47512140e24bd4d1490fcc19c32549ff1133a6b2a9b "
3838 end
3939 end
4040
@@ -44,7 +44,7 @@ def install
4444 end
4545
4646 test do
47- regex = /PHP Matrix\s +v1.0.10 /
47+ regex = /PHP Matrix\s +v1.0.11 /
4848 assert_match regex , shell_output ( "#{ bin } /php-matrix --version" )
4949 end
5050end
0 commit comments