gnuplot 4.6.0
Closes Homebrew/homebrew#10931. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
83ac401ab4
commit
9ab422541b
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Gnuplot < Formula
|
||||
homepage 'http://www.gnuplot.info'
|
||||
url 'http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.4.4/gnuplot-4.4.4.tar.gz'
|
||||
md5 '97a43328e81e57ebed7f135ca0c07e82'
|
||||
url 'http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.0/gnuplot-4.6.0.tar.gz'
|
||||
md5 '8e6e92b4596ea0eb75e16a57fc79efec'
|
||||
head 'cvs://:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot', :using => :cvs
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
|
|
Loading…
Reference in a new issue