From 7ebb01621aee2dec16160f632a07da7f91115500 Mon Sep 17 00:00:00 2001
From: Philipp Dittert
Date: Mon, 4 Nov 2024 08:26:28 +0100
Subject: [PATCH 1/3] php80 bump revision
---
Formula/vsh-php80.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Formula/vsh-php80.rb b/Formula/vsh-php80.rb
index be3546ca..59a7d8ce 100644
--- a/Formula/vsh-php80.rb
+++ b/Formula/vsh-php80.rb
@@ -5,7 +5,7 @@ class VshPhp80 < Formula
mirror "https://fossies.org/linux/www/php-8.0.30.tar.xz"
sha256 "216ab305737a5d392107112d618a755dc5df42058226f1670e9db90e77d777d9"
license "PHP-3.01"
- revision 55
+ revision 56
bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
From 9a9370f1dc0144bdc18271b46221fb6e245daf33 Mon Sep 17 00:00:00 2001
From: Philipp Dittert
Date: Mon, 4 Nov 2024 08:44:04 +0100
Subject: [PATCH 2/3] backport icu4c dependency
---
Formula/vsh-php80.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Formula/vsh-php80.rb b/Formula/vsh-php80.rb
index 59a7d8ce..7ed874bd 100644
--- a/Formula/vsh-php80.rb
+++ b/Formula/vsh-php80.rb
@@ -26,7 +26,7 @@ class VshPhp80 < Formula
depends_on "gettext"
depends_on "glib"
depends_on "gmp"
- depends_on "icu4c"
+ depends_on "icu4c@74"
depends_on "jpeg"
depends_on "libpng"
depends_on "libyaml"
From fd34b8c769e553d43f78b5455f339bcd1de566a2 Mon Sep 17 00:00:00 2001
From: CI
Date: Mon, 4 Nov 2024 08:00:51 +0000
Subject: [PATCH 3/3] [skip ci] Update bottle information in formulae
***NO_CI***
---
Formula/vsh-php80.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Formula/vsh-php80.rb b/Formula/vsh-php80.rb
index 7ed874bd..8c56cc6b 100644
--- a/Formula/vsh-php80.rb
+++ b/Formula/vsh-php80.rb
@@ -9,7 +9,7 @@ class VshPhp80 < Formula
bottle do
root_url "https://github.com/valet-sh/homebrew-core/releases/download/bottles"
- sha256 ventura: "fd96c61487fefe00f725f85bb114288827f3c2b017322680b1219de7b08d246c"
+ sha256 ventura: "7fe9f399c9d387a866c7c16259822d80139bee59f6024f99f0526c65f670e740"
end
depends_on "bison" => :build