From 2d217a89570b75d55a00e92d73be3087452f8e7c Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 10 Jan 2025 10:23:36 +0100 Subject: [PATCH] php-uuid: disable --- Formula/php-uuid.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/php-uuid.rb b/Formula/php-uuid.rb index e1bab5d..04824eb 100644 --- a/Formula/php-uuid.rb +++ b/Formula/php-uuid.rb @@ -12,6 +12,9 @@ class PhpUuid < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "6af67a2e4f9de3f10331d82299e1d8870a7218b158e9a3f255062c12de91b90e" end + disable! date: "2025-01-01", because: "has been replaced by shivammathur/extensions/uuid@8.4", +replacement: "shivammathur/extensions/uuid@8.4" + depends_on "autoconf" => :build depends_on "php" depends_on "util-linux"