From a4d630003db107b6671c5702a020ccf43b5d078f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 1 Nov 2013 16:04:52 -0500 Subject: [PATCH] Add pkgutil version for XQuartz 2.7.5_rc3 --- Library/Homebrew/os/mac/xquartz.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/os/mac/xquartz.rb b/Library/Homebrew/os/mac/xquartz.rb index f1102ed282..348029bd4a 100644 --- a/Library/Homebrew/os/mac/xquartz.rb +++ b/Library/Homebrew/os/mac/xquartz.rb @@ -18,6 +18,7 @@ module OS "2.7.43" => "2.7.4", "2.7.50" => "2.7.5_rc1", "2.7.51" => "2.7.5_rc2", + "2.7.52" => "2.7.5_rc3", }.freeze # This returns the version number of XQuartz, not of the upstream X.org.