mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
230 B
Ruby
7 lines
230 B
Ruby
class XQuartz < Cask
|
|
url 'http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.4.dmg'
|
|
homepage 'http://xquartz.macosforge.org/'
|
|
version '2.7.4'
|
|
sha1 '98b2ca8580046d5b91250c5a244c8182437dc9d7'
|
|
install 'XQuartz.pkg'
|
|
end
|