diff options
| author | Jack Nagel | 2012-03-11 15:04:03 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-03-11 15:18:56 -0500 | 
| commit | 2e7cbfef334a3623f60e030e4d40103472ba4d43 (patch) | |
| tree | a5117a7fb799f15f6d4a62e8776a340a67cb4e40 /Library/Formula/scala.rb | |
| parent | a57f6ff1ce7e3d234069cec62978c89c4a1fe247 (diff) | |
| download | homebrew-2e7cbfef334a3623f60e030e4d40103472ba4d43.tar.bz2 | |
Remove redundant versions and update version tests
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/scala.rb')
| -rw-r--r-- | Library/Formula/scala.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb index deb73f0e5..e88966e4d 100644 --- a/Library/Formula/scala.rb +++ b/Library/Formula/scala.rb @@ -3,7 +3,6 @@ require 'formula'  class ScalaDocs < Formula    homepage 'http://www.scala-lang.org/'    url 'http://www.scala-lang.org/downloads/distrib/files/scala-2.9.1-1-devel-docs.tgz' -  version '2.9.1-1'    md5 '6bfdd990c379c1b2c87335c89f6c444c'  end @@ -17,7 +16,6 @@ end  class Scala < Formula    homepage 'http://www.scala-lang.org/'    url 'http://www.scala-lang.org/downloads/distrib/files/scala-2.9.1-1.tgz' -  version '2.9.1-1'    md5 'bde2427b3f56e9c5ccb86a4376ac0d93'    def options  | 
