Updating sbt to 0.7.4

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Luke Amdor 2010-05-30 21:21:51 -05:00 committed by Adam Vandenberg
parent dadf1194d0
commit beb6757e32
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
require 'formula'
class Sbt <Formula
JAR = 'sbt-launch-0.7.3.jar'
JAR = 'sbt-launch-0.7.4.jar'
url "http://simple-build-tool.googlecode.com/files/#{JAR}"
homepage 'http://code.google.com/p/simple-build-tool'
md5 'bb0cc51177dc1590d4ed174d1624d6e8'
md5 '8903fb141037056a497925f3efdb9edf'
def install
(bin+'sbt').write <<-EOS