Maxima 5.28.0

Closes Homebrew/homebrew#15573.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jesse B. Hannah 2012-10-20 20:23:17 -07:00 committed by Adam Vandenberg
parent eb20c42946
commit 1531824cf7
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Maxima < Formula
homepage 'http://maxima.sourceforge.net/'
url 'http://sourceforge.net/projects/maxima/files/Maxima-source/5.27.0-source/maxima-5.27.0.tar.gz'
sha1 '8d8d0b3db27f002986cff5429dea96ada46a0576'
url 'http://sourceforge.net/projects/maxima/files/Maxima-source/5.28.0-source/maxima-5.28.0.tar.gz'
sha1 '52d7dad4681711a6ead73b72835b177107363b9c'
depends_on 'gettext'
depends_on 'sbcl'