aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDamir Vandic2014-07-24 12:48:17 +0200
committerMike McQuaid2014-07-24 12:22:18 +0100
commit4cfcde8bb9e2d5396ff48420bc8699b8a605b063 (patch)
tree29a760238c55cde16e76daf374d7273d7ef6df78 /Library
parent2e5d6bac6bb2702c460447e09e6aeae6fc1dffad (diff)
downloadhomebrew-4cfcde8bb9e2d5396ff48420bc8699b8a605b063.tar.bz2
scala 2.11.2
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scala.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb
index 94f4eb295..fa4d07370 100644
--- a/Library/Formula/scala.rb
+++ b/Library/Formula/scala.rb
@@ -2,24 +2,24 @@ require 'formula'
class Scala < Formula
homepage 'http://www.scala-lang.org/'
- url 'http://www.scala-lang.org/files/archive/scala-2.11.1.tgz'
- sha1 '058281d9ed7738c99a9d5cd4988370448a12d0c1'
+ url 'http://www.scala-lang.org/files/archive/scala-2.11.2.tgz'
+ sha1 '904e9ee3bb96e8350b1e0f2502a704f836c0cdf1'
option 'with-docs', 'Also install library documentation'
option 'with-src', 'Also install sources for IDE support'
resource 'docs' do
- url 'http://www.scala-lang.org/files/archive/scala-docs-2.11.1.zip'
- sha1 'd2dfe19d04f42932aaf6fcb5d3025c16a7c8a0cb'
+ url 'http://www.scala-lang.org/files/archive/scala-docs-2.11.2.zip'
+ sha1 '2add2130989c3434b8f6ef30f05ed3dd98ab156a'
end
resource 'src' do
- url 'https://github.com/scala/scala/archive/v2.11.1.tar.gz'
- sha1 '934a2a5e158324399d24f81c9014032ffa0e91ff'
+ url 'https://github.com/scala/scala/archive/v2.11.2.tar.gz'
+ sha1 '52654124565a1706e9e6d0ad7b0969d319628847'
end
resource 'completion' do
- url 'https://raw.githubusercontent.com/scala/scala-dist/27bc0c25145a83691e3678c7dda602e765e13413/completion.d/2.9.1/scala'
+ url 'https://raw.githubusercontent.com/scala/scala-dist/v2.11.2/bash-completion/src/main/resources/completion.d/2.9.1/scala'
sha1 'e2fd99fe31a9fb687a2deaf049265c605692c997'
end