diff --git a/Formula/php-uuid.rb b/Formula/php-uuid.rb index 6a05bf7..9ccef65 100644 --- a/Formula/php-uuid.rb +++ b/Formula/php-uuid.rb @@ -4,8 +4,8 @@ class PhpUuid < Formula head "https://github.com/php/pecl-networking-uuid.git" stable do - url "https://pecl.php.net/get/uuid-1.2.0.tgz" - sha256 "5cb834d32fa7d270494aa47fd96e062ef819df59d247788562695fd1f4e470a4" + url "https://pecl.php.net/get/uuid-1.2.1.tgz" + sha256 "2235c8584ca8911ce5512ebf791e5bb1d849c323640ad3e0be507b00156481c7" patch do # let's fix the path to uuid.h (uuid/uuid.h on linux, ossp/uuid.h on OSX) # uuid_mac & uuid_time might not be available on OSX, let's add test to avoid compiling issue on these functions