Skip to content

Commit 5fe710f

Browse files
🤖 go generate ./...
Automated commit by the `Update formulae` workflow.
1 parent 3498112 commit 5fe710f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/php-matrix.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class 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.11"
6+
version "1.0.12"
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.11/php-matrix_darwin_arm64.tar.gz"
22-
sha256 "5260da61a2f606aaaed7639c23a89a140e1eb246fcdbbc4792dd7a1c5029be88"
21+
url "https://github.com/typisttech/php-matrix/releases/download/v1.0.12/php-matrix_darwin_arm64.tar.gz"
22+
sha256 "2df8fa98d66272a8713c06f7b95eaefa6b8e2dfaf5c7b365e2b325f1016f2075"
2323
end
2424
if Hardware::CPU.intel?
25-
url "https://github.com/typisttech/php-matrix/releases/download/v1.0.11/php-matrix_darwin_amd64.tar.gz"
26-
sha256 "18a09fd898a08a19f1c633ff845122aa4081e3cc16187a43844e69de72d0ff8a"
25+
url "https://github.com/typisttech/php-matrix/releases/download/v1.0.12/php-matrix_darwin_amd64.tar.gz"
26+
sha256 "6114da83c6028d00ea927b2bf7ea986534d1b0dfc85d78a06035f02a00cbb27d"
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.11/php-matrix_linux_arm64.tar.gz"
33-
sha256 "f12bcbc841ffa428b9baacf861ed16fbbcc75ecb9e8c28393458cf075c1c63a7"
32+
url "https://github.com/typisttech/php-matrix/releases/download/v1.0.12/php-matrix_linux_arm64.tar.gz"
33+
sha256 "291196d433350e50990b05b7260d5829f36db7cc3eda2904b6f28b616a29b572"
3434
end
3535
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
36-
url "https://github.com/typisttech/php-matrix/releases/download/v1.0.11/php-matrix_linux_amd64.tar.gz"
37-
sha256 "e7f0a13483b689387225a47512140e24bd4d1490fcc19c32549ff1133a6b2a9b"
36+
url "https://github.com/typisttech/php-matrix/releases/download/v1.0.12/php-matrix_linux_amd64.tar.gz"
37+
sha256 "2055722be3bc5023c60ae2d79fb8b8b7f05186a2df75ad7e788aae0b5f3b79c6"
3838
end
3939
end
4040

@@ -44,7 +44,7 @@ def install
4444
end
4545

4646
test do
47-
regex = /PHP Matrix\s+v1.0.11/
47+
regex = /PHP Matrix\s+v1.0.12/
4848
assert_match regex, shell_output("#{bin}/php-matrix --version")
4949
end
5050
end

0 commit comments

Comments
 (0)