From 466cc33bf323430a9dfa24fa126028a7d2a42f85 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 5 Nov 2013 22:32:18 -0600 Subject: [PATCH] Add pkgutil version for XQuartz 2.7.5_rc4 --- 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 348029bd4a..32804e2e15 100644 --- a/Library/Homebrew/os/mac/xquartz.rb +++ b/Library/Homebrew/os/mac/xquartz.rb @@ -19,6 +19,7 @@ module OS "2.7.50" => "2.7.5_rc1", "2.7.51" => "2.7.5_rc2", "2.7.52" => "2.7.5_rc3", + "2.7.53" => "2.7.5_rc4", }.freeze # This returns the version number of XQuartz, not of the upstream X.org.