From d70b4b80559dde495a6c25df7e5795a36d206854 Mon Sep 17 00:00:00 2001 From: phpstan-bot <79867460+phpstan-bot@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:31:00 +0000 Subject: [PATCH 1/2] phpstan 1.10.29 --- Formula/phpstan.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/phpstan.rb b/Formula/phpstan.rb index 510c279a3bea..820b8f87bc19 100644 --- a/Formula/phpstan.rb +++ b/Formula/phpstan.rb @@ -1,8 +1,8 @@ class Phpstan < Formula desc "PHP Static Analysis Tool" homepage "https://github.com/phpstan/phpstan" - url "https://github.com/phpstan/phpstan/releases/download/1.10.28/phpstan.phar" - sha256 "25bb1a99db71ba2d9eb02f56cb12da9162f15a0df79a12892a2fe268457d9db0" + url "https://github.com/phpstan/phpstan/releases/download/1.10.29/phpstan.phar" + sha256 "7741c99267f55af7e46b0f2d8dfbb0e4139c8756526d6dba08c4eea1faf99dc0" license "MIT" bottle do From 2ee01bf039841268c86d703fb89d0b204a0be165 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:55:30 +0000 Subject: [PATCH 2/2] phpstan: update 1.10.29 bottle. --- Formula/phpstan.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/phpstan.rb b/Formula/phpstan.rb index 820b8f87bc19..c9671fdce0f5 100644 --- a/Formula/phpstan.rb +++ b/Formula/phpstan.rb @@ -6,13 +6,13 @@ class Phpstan < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "3e6e8dbcbc5f6c1a3f66ea2b3d824086f0c5e31af8cc0049fdce140adf5fa416" - sha256 cellar: :any_skip_relocation, arm64_monterey: "3e6e8dbcbc5f6c1a3f66ea2b3d824086f0c5e31af8cc0049fdce140adf5fa416" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "3e6e8dbcbc5f6c1a3f66ea2b3d824086f0c5e31af8cc0049fdce140adf5fa416" - sha256 cellar: :any_skip_relocation, ventura: "f34755357a25b01167c5e249ab9ef71166c66f8253d7d00e9d21ff57f7d9a978" - sha256 cellar: :any_skip_relocation, monterey: "f34755357a25b01167c5e249ab9ef71166c66f8253d7d00e9d21ff57f7d9a978" - sha256 cellar: :any_skip_relocation, big_sur: "f34755357a25b01167c5e249ab9ef71166c66f8253d7d00e9d21ff57f7d9a978" - sha256 cellar: :any_skip_relocation, x86_64_linux: "3e6e8dbcbc5f6c1a3f66ea2b3d824086f0c5e31af8cc0049fdce140adf5fa416" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6075466e2e257647372a155187d76feb457da4e7ba187a874c4ea539b0a9ae1f" + sha256 cellar: :any_skip_relocation, arm64_monterey: "6075466e2e257647372a155187d76feb457da4e7ba187a874c4ea539b0a9ae1f" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "6075466e2e257647372a155187d76feb457da4e7ba187a874c4ea539b0a9ae1f" + sha256 cellar: :any_skip_relocation, ventura: "414ed9ad7e0e13a63b665cec190ac70c3d01262649052339dc72ef1b71bd0631" + sha256 cellar: :any_skip_relocation, monterey: "414ed9ad7e0e13a63b665cec190ac70c3d01262649052339dc72ef1b71bd0631" + sha256 cellar: :any_skip_relocation, big_sur: "414ed9ad7e0e13a63b665cec190ac70c3d01262649052339dc72ef1b71bd0631" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6075466e2e257647372a155187d76feb457da4e7ba187a874c4ea539b0a9ae1f" end depends_on "php" => :test