From 10f4c57e2e9ac8c5b453d7294b606cf874ff760e Mon Sep 17 00:00:00 2001 From: Lee Hanxue Date: Fri, 27 Jun 2014 18:03:55 +0800 Subject: [PATCH] New Matplotlib 1.3.1-2 cask Matplotlib framework Required to complete #5074 --- Casks/matplotlib.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Casks/matplotlib.rb diff --git a/Casks/matplotlib.rb b/Casks/matplotlib.rb new file mode 100644 index 00000000000..b47c57021b3 --- /dev/null +++ b/Casks/matplotlib.rb @@ -0,0 +1,9 @@ +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' + + install 'matplotlib.pkg' + uninstall :pkgutil => 'com.kyngchaos.matplotib-lion' +end