From bc9fcf20f005d5e03e78e85b0922e6e269808306 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 8 Nov 2024 16:01:53 +0100 Subject: [PATCH] Update php-uuid.rb --- Formula/php-uuid.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/php-uuid.rb b/Formula/php-uuid.rb index 3030a21..1b9112e 100644 --- a/Formula/php-uuid.rb +++ b/Formula/php-uuid.rb @@ -2,7 +2,7 @@ class PhpUuid < Formula desc "UUID Extension for PHP" homepage "https://pecl.php.net/uuid" url "https://github.com/php/pecl-networking-uuid/archive/refs/tags/v1.2.1.tar.gz" - sha256 "2235c8584ca8911ce5512ebf791e5bb1d849c323640ad3e0be507b00156481c7" + sha256 "ff4a673a0327658d39d2f5f7d4c4a84cd2cc10cdc169dc4b593948835c3c8601" head "https://github.com/php/pecl-networking-uuid.git" depends_on "autoconf" => :build