aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sbt.rb12
1 files changed, 3 insertions, 9 deletions
diff --git a/Library/Formula/sbt.rb b/Library/Formula/sbt.rb
index 073cf2211..85153b93a 100644
--- a/Library/Formula/sbt.rb
+++ b/Library/Formula/sbt.rb
@@ -2,15 +2,9 @@ require 'formula'
class Sbt < Formula
homepage 'http://www.scala-sbt.org'
- url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.2/sbt-launch.jar'
- version '0.13.2'
- sha1 'd3237161dc38afd796d9e84ff202f8418cff98e2'
-
- devel do
- url 'http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.5-RC3/sbt-launch.jar'
- version '0.13.5-RC3'
- sha1 '7dfc21df7ae3c3a60752bcc4fe424543836d144b'
- end
+ url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.5/sbt-launch.jar'
+ version '0.13.5'
+ sha1 'f6308bd94bebdd37eb5e2fda732694ce0f34be74'
def install
(bin+'sbt').write <<-EOS.undent