From 0741ac8deb4f4ddfa52f415f708e8aebf71f4abd Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sat, 19 Oct 2013 13:17:36 -0500 Subject: [PATCH] plplot 5.9.10 Closes Homebrew/homebrew#23406. Signed-off-by: Adam Vandenberg --- Formula/plplot.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/plplot.rb b/Formula/plplot.rb index 0952dca04d5..fd4a5794238 100644 --- a/Formula/plplot.rb +++ b/Formula/plplot.rb @@ -2,9 +2,11 @@ require 'formula' class Plplot < Formula homepage 'http://plplot.sourceforge.net' - url 'http://downloads.sourceforge.net/project/plplot/plplot/5.9.9%20Source/plplot-5.9.9.tar.gz' - sha1 '3df8fc21723e14af62fea4098e4ef019e1b52a54' + url 'http://downloads.sourceforge.net/project/plplot/plplot/5.9.10%20Source/plplot-5.9.10.tar.gz' + sha1 '10dbdfe41d71a9f51e4396729c001ed2baea22fe' + # failing wxWidget includes on snow leopard + depends_on :macos => :lion depends_on 'cmake' => :build depends_on 'pkg-config' => :build depends_on 'pango'