aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sbt.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sbt.rb b/Library/Formula/sbt.rb
index 017ccb09d..13e37c349 100644
--- a/Library/Formula/sbt.rb
+++ b/Library/Formula/sbt.rb
@@ -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