aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-02-01 20:13:01 -0600
committerJack Nagel2013-02-01 22:08:10 -0600
commitc82a7d1ecdfcdd454534e1a186660fa1fdc7c81e (patch)
treeb2c1a5ae259009ccac11a31f814428b3a35d27b6 /Library/Formula
parent0eee96f0e2c0786b15c11ff526849ee59213a729 (diff)
downloadhomebrew-c82a7d1ecdfcdd454534e1a186660fa1fdc7c81e.tar.bz2
mathgl 2.1.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mathgl.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mathgl.rb b/Library/Formula/mathgl.rb
index 54def0cd2..625d23977 100644
--- a/Library/Formula/mathgl.rb
+++ b/Library/Formula/mathgl.rb
@@ -2,8 +2,8 @@ require 'formula'
class Mathgl < Formula
homepage 'http://mathgl.sourceforge.net/'
- url 'http://sourceforge.net/projects/mathgl/files/mathgl/mathgl%202.0.3/mathgl-2.0.3.tar.gz'
- sha1 'c032cf53de3f6d3d5e45f6ff9e26889617770f02'
+ url 'http://downloads.sourceforge.net/mathgl/mathgl-2.1.2.tar.gz'
+ sha1 'bd3e797f8616c1f8afd0955fc9b87a2605cbf5ff'
option 'fltk', 'Build the fltk widget and mglview using X11'
option 'qt4', 'Build the Qt widget, the udav gui, and mglview using Qt4'