diff options
| author | Alex Payne | 2009-11-28 13:50:17 -0800 |
|---|---|---|
| committer | Max Howell | 2009-12-02 13:10:13 +0000 |
| commit | 47b668af475481dd1cee4fa13783776458f94b88 (patch) | |
| tree | 1c62f590fec971735a152781a060cb0aa96c8ee9 /Library/Formula/scala.rb | |
| parent | fb9c8cc7070ab574022bbbc3814f85c71ef845b3 (diff) | |
| download | homebrew-47b668af475481dd1cee4fa13783776458f94b88.tar.bz2 | |
update to current stable version of Scala: 2.7.7
Diffstat (limited to 'Library/Formula/scala.rb')
| -rw-r--r-- | Library/Formula/scala.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb index 08ce54d38..236fa6921 100644 --- a/Library/Formula/scala.rb +++ b/Library/Formula/scala.rb @@ -2,9 +2,9 @@ require 'formula' class Scala <Formula @homepage='http://www.scala-lang.org/' - @url='http://www.scala-lang.org/downloads/distrib/files/scala-2.7.6.final.tgz' - @version='2.7.6' - @md5='82934acf64d0c026de78b84e984f6743' + @url='http://www.scala-lang.org/downloads/distrib/files/scala-2.7.7.final.tgz' + @version='2.7.7' + @md5='5d2294d5aab72fec869c0ba666d28b7e' def install prefix.install Dir['*'] |
