Updated sbt to 0.7.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
195973e84b
commit
4fc0f0f884
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Sbt <Formula
|
||||
JAR = 'sbt-launch-0.7.0.jar'
|
||||
JAR = 'sbt-launch-0.7.2.jar'
|
||||
url "http://simple-build-tool.googlecode.com/files/#{JAR}"
|
||||
homepage 'http://code.google.com/p/simple-build-tool'
|
||||
md5 '19275aa32369683c6a92de9394da822b'
|
||||
md5 '9d02c8d4720e38492262a8b0266b077e'
|
||||
|
||||
def install
|
||||
(bin+'sbt').write <<-EOS
|
||||
|
|
Loading…
Reference in a new issue