aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPaul Horn2014-03-25 08:29:19 +0100
committerMike McQuaid2014-03-25 08:09:29 +0000
commit5024c0b275022b8edda99af3ddce956482a481e8 (patch)
treed15ae02283a0546454a73ae790edf2e82eac96cb /Library
parent9f7ddaf5b441c62d5528a4d77bc9b3b81372d14a (diff)
downloadhomebrew-5024c0b275022b8edda99af3ddce956482a481e8.tar.bz2
scala 2.10.4
Closes #27844. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scala.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb
index 7b7342144..085fd49cf 100644
--- a/Library/Formula/scala.rb
+++ b/Library/Formula/scala.rb
@@ -2,8 +2,8 @@ require 'formula'
class Scala < Formula
homepage 'http://www.scala-lang.org/'
- url 'http://www.scala-lang.org/files/archive/scala-2.10.3.tgz'
- sha1 '04cd6237f164940e1e993a127e7cb21297f3b7ae'
+ 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-RC1/scala-2.11.0-RC1.tgz'
@@ -20,8 +20,8 @@ class Scala < Formula
option 'with-docs', 'Also install library documentation'
resource 'docs' do
- url 'http://www.scala-lang.org/files/archive/scala-docs-2.10.3.zip'
- sha1 '43bab3ceb8215dad9caefb07eac5c24edc36c605'
+ url 'http://www.scala-lang.org/files/archive/scala-docs-2.10.4.zip'
+ sha1 '7ad47f9634fd2f452cadf35f7241102207c1a1cc'
end
resource 'completion' do