sbt 0.12.2.
Also removed the devel option because devel is now 0.13.0-SNAPSHOT, and it's gonna be changing constantly. Closes Homebrew/homebrew#17162. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
26e45c3d8c
commit
2b1e32ebef
1 changed files with 3 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue