homebrew-cask/Casks/xquartz.rb

10 lines
360 B
Ruby
Raw Normal View History

class Xquartz < Cask
2014-05-19 20:17:08 +08:00
url 'http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.6.dmg'
homepage 'http://xquartz.macosforge.org/'
2014-05-19 20:17:08 +08:00
version '2.7.6'
sha256 '02aa3268af0bd7dcd5dfbc10d673f5c6834bba6371a928d2a3fc44a8039b194e'
2013-06-20 05:34:55 +08:00
install 'XQuartz.pkg'
2013-12-10 12:52:34 +08:00
uninstall :quit => 'org.macosforge.xquartz.X11',
:pkgutil => 'org.macosforge.xquartz.pkg'
end