Scala 2.10.3
Closes Homebrew/homebrew#22976. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f953540e53
commit
5a3373e5d3
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Scala < Formula
|
class Scala < Formula
|
||||||
homepage 'http://www.scala-lang.org/'
|
homepage 'http://www.scala-lang.org/'
|
||||||
url 'http://www.scala-lang.org/files/archive/scala-2.10.2.tgz'
|
url 'http://www.scala-lang.org/files/archive/scala-2.10.3.tgz'
|
||||||
sha1 '86b4e38703d511ccf045e261a0e04f6e59e3c926'
|
sha1 '04cd6237f164940e1e993a127e7cb21297f3b7ae'
|
||||||
|
|
||||||
devel do
|
devel do
|
||||||
url 'http://www.scala-lang.org/files/archive/scala-2.11.0-M4.tgz'
|
url 'http://www.scala-lang.org/files/archive/scala-2.11.0-M4.tgz'
|
||||||
|
@ -20,8 +20,8 @@ class Scala < Formula
|
||||||
option 'with-docs', 'Also install library documentation'
|
option 'with-docs', 'Also install library documentation'
|
||||||
|
|
||||||
resource 'docs' do
|
resource 'docs' do
|
||||||
url 'http://www.scala-lang.org/files/archive/scala-docs-2.10.2.zip'
|
url 'http://www.scala-lang.org/files/archive/scala-docs-2.10.3.zip'
|
||||||
sha1 '96107dafb44af30d24c07fc29feddbf470377cdd'
|
sha1 '43bab3ceb8215dad9caefb07eac5c24edc36c605'
|
||||||
end
|
end
|
||||||
|
|
||||||
resource 'completion' do
|
resource 'completion' do
|
||||||
|
|
Loading…
Reference in a new issue