From d82806556317e2e4ee7aa82013872cb0b3eb9713 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:50:23 +0000 Subject: [PATCH] php 8.4.1 --- Aliases/{php@8.3 => php@8.4} | 0 Formula/p/php.rb | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) rename Aliases/{php@8.3 => php@8.4} (100%) diff --git a/Aliases/php@8.3 b/Aliases/php@8.4 similarity index 100% rename from Aliases/php@8.3 rename to Aliases/php@8.4 diff --git a/Formula/p/php.rb b/Formula/p/php.rb index 86c4c16f4e883..b6135efebbe12 100644 --- a/Formula/p/php.rb +++ b/Formula/p/php.rb @@ -2,11 +2,10 @@ class Php < Formula desc "General-purpose scripting language" homepage "https://www.php.net/" # Should only be updated if the new version is announced on the homepage, https://www.php.net/ - url "https://www.php.net/distributions/php-8.3.13.tar.xz" - mirror "https://fossies.org/linux/www/php-8.3.13.tar.xz" - sha256 "89adb978cca209124fe53fd6327bc4966ca21213a7fa2e9504f854e340873018" + url "https://www.php.net/distributions/php-8.4.1.tar.xz" + mirror "https://fossies.org/linux/www/php-8.4.1.tar.xz" + sha256 "94c8a4fd419d45748951fa6d73bd55f6bdf0adaefb8814880a67baa66027311f" license "PHP-3.01" - revision 1 livecheck do url "https://www.php.net/downloads"