Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
scala 2.10.0
Browse files Browse the repository at this point in the history
Closes #16897.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
dt authored and klausmeyer committed Jan 10, 2013
1 parent 0e46e3d commit 1014ec0
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions Library/Formula/scala.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@

class ScalaDocs < Formula
homepage 'http://www.scala-lang.org/'
url 'http://www.scala-lang.org/downloads/distrib/files/scala-docs-2.9.2.zip'
sha1 'b49ef500314d968ddbd683b64628925a747f35e5'

devel do
url 'http://www.scala-lang.org/downloads/distrib/files/scala-docs-2.10.0-RC5.zip'
sha1 '0b600a85a3beb4ec723f3274a21a1b33bb527a87'
end

url 'http://www.scala-lang.org/downloads/distrib/files/scala-docs-2.10.0.zip'
sha1 '5bf44bd04b2b37976bde5d4a4c9bb6bcdeb10eb2'
end

class ScalaCompletion < Formula
Expand All @@ -21,14 +15,8 @@ class ScalaCompletion < Formula

class Scala < Formula
homepage 'http://www.scala-lang.org/'
url 'http://www.scala-lang.org/downloads/distrib/files/scala-2.9.2.tgz'
sha1 '806fc1d91bda82d6a584172d7742531386ae68fb'

devel do
url 'http://www.scala-lang.org/downloads/distrib/files/scala-2.10.0-RC5.tgz'
sha1 'd016fd118a82e25ea649753cea122994f946a237'
version '2.10.0-RC5'
end
url 'http://www.scala-lang.org/downloads/distrib/files/scala-2.10.0.tgz'
sha1 '87f605a186aa0e4435b302fb9af575513d29249a'

option 'with-docs', 'Also install library documentation'

Expand Down

0 comments on commit 1014ec0

Please sign in to comment.