aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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 8c0cb3812..aa2b09551 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.12.1/sbt-launch.jar'
- version '0.12.1'
- sha1 '45c28c7c6328d6ecf8e9dc51003a0f1af71516ad'
-
- devel do
- url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.2-RC2/sbt-launch.jar'
- version '0.12.2-RC2'
- sha1 '5e33a7cfd88ca0a05fac538649e1c2ed444458cd'
- end
+ url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.2/sbt-launch.jar'
+ version '0.12.2'
+ sha1 'ef6213597489edd8d1955086924f488949dd4975'
def install
(bin+'sbt').write <<-EOS.undent