homebrew-cask-versions/Casks/matplotlib.rb
2014-09-10 11:37:03 -04:00

9 lines
335 B
Ruby

class Matplotlib < Cask
version '1.3.1-2'
sha256 'e90bef08b03c2526b85b669705fdc6b1ba95099e7524fdc52a79ab2081466b2d'
url 'http://www.kyngchaos.com/files/software/python/matplotlib-1.3.1-2.dmg'
homepage 'http://www.kyngchaos.com/software/python'
pkg 'matplotlib.pkg'
uninstall :pkgutil => 'com.kyngchaos.matplotib-lion'
end