scala 2.11.0

Closes Homebrew/homebrew#28543.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Pierre Carrier 2014-04-20 02:16:48 -07:00 committed by Adam Vandenberg
parent 64eaff8413
commit 786b8fb9d4
1 changed files with 4 additions and 16 deletions

View File

@ -2,26 +2,14 @@ require 'formula'
class Scala < Formula
homepage 'http://www.scala-lang.org/'
url 'http://www.scala-lang.org/files/archive/scala-2.10.4.tgz'
sha1 '970f779f155719838e81a267a7418a958fd4c13f'
devel do
url 'http://downloads.typesafe.com/scala/2.11.0-RC4/scala-2.11.0-RC4.tgz'
sha1 '09c0f022a4f03a0565a3454eabc0b3308fe4de2a'
version '2.11.0-RC4'
resource 'docs' do
url 'http://downloads.typesafe.com/scala/2.11.0-RC4/scala-docs-2.11.0-RC4.zip'
sha1 'a2138121ff3b4e2c31195a798f14bddf775250a5'
version '2.11.0-RC4'
end
end
url 'http://www.scala-lang.org/files/archive/scala-2.11.0.tgz'
sha1 '65d1ef6231b4f08444dd10a015d2d82ea5444486'
option 'with-docs', 'Also install library documentation'
resource 'docs' do
url 'http://www.scala-lang.org/files/archive/scala-docs-2.10.4.zip'
sha1 '7ad47f9634fd2f452cadf35f7241102207c1a1cc'
url 'http://www.scala-lang.org/files/archive/scala-docs-2.11.0.zip'
sha1 '4194808c15c928e902e9e36dbaaab05ca660213f'
end
resource 'completion' do