aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJesse B. Hannah2012-10-20 20:23:17 -0700
committerAdam Vandenberg2012-10-20 23:48:35 -0700
commit3639593089d849f27fef9c59e4b714fc302bba72 (patch)
tree78b15b800cb7a7483d8b5fe2403ed08ece1a58d1 /Library/Formula
parentf52ebe5fc74cdcfa343a407978a8a38aefb9d2ca (diff)
downloadhomebrew-3639593089d849f27fef9c59e4b714fc302bba72.tar.bz2
Maxima 5.28.0
Closes #15573. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/maxima.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/maxima.rb b/Library/Formula/maxima.rb
index 03c171a87..119c5efb3 100644
--- a/Library/Formula/maxima.rb
+++ b/Library/Formula/maxima.rb
@@ -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'