plplot 5.9.10

Closes Homebrew/homebrew#23406.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brett Koonce 2013-10-19 13:17:36 -05:00 committed by Adam Vandenberg
parent 827c34b86a
commit 0741ac8deb
1 changed files with 4 additions and 2 deletions

View File

@ -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'