Add pkgutil version for XQuartz 2.7.5_rc3

This commit is contained in:
Jack Nagel 2013-11-01 16:04:52 -05:00
parent bdbaf61304
commit a4d630003d

View File

@ -18,6 +18,7 @@ module OS
"2.7.43" => "2.7.4", "2.7.43" => "2.7.4",
"2.7.50" => "2.7.5_rc1", "2.7.50" => "2.7.5_rc1",
"2.7.51" => "2.7.5_rc2", "2.7.51" => "2.7.5_rc2",
"2.7.52" => "2.7.5_rc3",
}.freeze }.freeze
# This returns the version number of XQuartz, not of the upstream X.org. # This returns the version number of XQuartz, not of the upstream X.org.