diff options
| author | xuwei-k | 2014-10-14 16:02:53 +0900 |
|---|---|---|
| committer | Misty De Meo | 2014-10-14 00:15:26 -0700 |
| commit | 963f80ecfaefd8d6c27e955d5604cfc7c81e4c8e (patch) | |
| tree | abbec0b71fc897344a65cf6c5350edfe57e55c25 /Library/Formula | |
| parent | 5f7531b792bc8a8f831c48a83ca0b9aa9fd52bd0 (diff) | |
| download | homebrew-963f80ecfaefd8d6c27e955d5604cfc7c81e4c8e.tar.bz2 | |
Revert "scala 2.11.3"
This reverts commit 44e99c5a385d08d0756fe0459588c7903939e7e4.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/scala.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb index 4e8245627..59674d521 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.11.3.tgz' - sha1 '183f0596114015bbb9092822c865ac0c7244fa09' + url 'http://www.scala-lang.org/files/archive/scala-2.11.2.tgz' + sha1 '904e9ee3bb96e8350b1e0f2502a704f836c0cdf1' bottle do cellar :any @@ -16,17 +16,17 @@ class Scala < Formula option 'with-src', 'Also install sources for IDE support' resource 'docs' do - url 'http://www.scala-lang.org/files/archive/scala-docs-2.11.3.zip' - sha1 '314ae7c16f5d48e67e662350a96541020e8aa078' + 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.3.tar.gz' - sha1 '8b6c22306c694366f161fc0a57952e25ac062fce' + 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/v2.11.3/bash-completion/src/main/resources/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 |
