diff options
| author | Alkesh Vaghmaria | 2010-02-16 11:17:10 +0000 | 
|---|---|---|
| committer | David Höppner | 2010-02-18 13:23:05 +0100 | 
| commit | 5aeb38e76bc94fb83732d83d0d2985d3b76bc6db (patch) | |
| tree | ac655120dcaa6fa0f8faa9f60858e84b04524334 /Library | |
| parent | 008ecc2e4769906d1423be0398e5b0238e193b51 (diff) | |
| download | homebrew-5aeb38e76bc94fb83732d83d0d2985d3b76bc6db.tar.bz2 | |
sbt 0.7.0
Signed-off-by: David Höppner <0xffea@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sbt.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sbt.rb b/Library/Formula/sbt.rb index 89790e98a..017ccb09d 100644 --- a/Library/Formula/sbt.rb +++ b/Library/Formula/sbt.rb @@ -1,10 +1,10 @@  require 'formula'  class Sbt <Formula -  JAR = 'sbt-launcher-0.5.5.jar' +  JAR = 'sbt-launch-0.7.0.jar'    url "http://simple-build-tool.googlecode.com/files/#{JAR}"    homepage 'http://code.google.com/p/simple-build-tool' -  md5 'e3593448b3be17ce1666c6241b8d2f90' +  md5 '19275aa32369683c6a92de9394da822b'    def install      (bin+'sbt').write <<-EOS  | 
