From ba3784b561bd404852bb071b61c1b310fd7f71d2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 30 Nov 2024 02:15:36 +0000 Subject: [PATCH 1/2] brew-php-switcher 2.6 --- Formula/b/brew-php-switcher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/b/brew-php-switcher.rb b/Formula/b/brew-php-switcher.rb index d694b74d539f5..f2d74b9601d67 100644 --- a/Formula/b/brew-php-switcher.rb +++ b/Formula/b/brew-php-switcher.rb @@ -1,8 +1,8 @@ class BrewPhpSwitcher < Formula desc "Switch Apache / Valet / CLI configs between PHP versions" homepage "https://github.com/philcook/brew-php-switcher" - url "https://github.com/philcook/brew-php-switcher/archive/refs/tags/v2.5.tar.gz" - sha256 "a14414488275a64d82d1837e766e77c094577f7c5ee02ec89dc35baba236bd3e" + url "https://github.com/philcook/brew-php-switcher/archive/refs/tags/v2.6.tar.gz" + sha256 "a1d679b9d63d2a7b1e382c1e923bcb1aa717cee9fe605b0aaa70bb778fe99518" license "MIT" head "https://github.com/philcook/brew-php-switcher.git", branch: "master" From a7d1ba5c479adc36c85e8319ddc61e09fae0e945 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 30 Nov 2024 03:13:23 +0000 Subject: [PATCH 2/2] brew-php-switcher: update 2.6 bottle. --- Formula/b/brew-php-switcher.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/b/brew-php-switcher.rb b/Formula/b/brew-php-switcher.rb index f2d74b9601d67..2651220972ceb 100644 --- a/Formula/b/brew-php-switcher.rb +++ b/Formula/b/brew-php-switcher.rb @@ -7,8 +7,7 @@ class BrewPhpSwitcher < Formula head "https://github.com/philcook/brew-php-switcher.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "8c51cf96644238337f5e47ff322fc06d15d0597b96bfd15daeb20909346c87d8" + sha256 cellar: :any_skip_relocation, all: "e41fbf1a76ac7c925c36ece1c26a597245e89a4c9444b3a145a1e6c054042dc0" end depends_on "php" => :test