diff options
Diffstat (limited to 'Library/Formula/plplot.rb')
| -rw-r--r-- | Library/Formula/plplot.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/plplot.rb b/Library/Formula/plplot.rb index 0952dca04..fd4a57942 100644 --- a/Library/Formula/plplot.rb +++ b/Library/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' |
