diff options
| author | François-Xavier Thomas | 2013-03-19 13:16:30 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-19 09:04:20 -0700 |
| commit | 5b0e0a24c76115d64b6b80338be39f0eec8898a5 (patch) | |
| tree | 6d1146675a5728cf4825d9ab012d959c06f83d2f /Library/Formula | |
| parent | cc699436a28fdda1437856f60373320b3a70c61b (diff) | |
| download | homebrew-5b0e0a24c76115d64b6b80338be39f0eec8898a5.tar.bz2 | |
sbt --devel 0.13.0-M1
Closes #18584.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sbt.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/sbt.rb b/Library/Formula/sbt.rb index aa2b09551..81aeae1ed 100644 --- a/Library/Formula/sbt.rb +++ b/Library/Formula/sbt.rb @@ -6,6 +6,12 @@ class Sbt < Formula version '0.12.2' sha1 'ef6213597489edd8d1955086924f488949dd4975' + 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' + end + def install (bin+'sbt').write <<-EOS.undent #!/bin/sh |
