SBT 0.12.4, 0.13.0-RC1
Closes Homebrew/homebrew#20906. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4e42abb3d2
commit
66aebaa18f
1 changed files with 6 additions and 6 deletions
|
@ -2,14 +2,14 @@ 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.3/sbt-launch.jar'
|
||||
version '0.12.3'
|
||||
sha1 '38d15379d20a8e8113e59285ff8a1e52b01b98b6'
|
||||
url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.4/sbt-launch.jar'
|
||||
version '0.12.4'
|
||||
sha1 '701af98879a5c2d89c089d69e96e5d1c3bcfafaa'
|
||||
|
||||
devel do
|
||||
url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.0-M1/sbt-launch.jar'
|
||||
sha1 'ce2c88315f7c383a51246f5d9ce76fb6c4453ecc'
|
||||
version '0.13.0-M1'
|
||||
url 'http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.0-RC1/sbt-launch.jar'
|
||||
sha1 '44a212e646866fc64b23d2f7a1dc02c986b7e7f1'
|
||||
version '0.13.0-RC1'
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue