aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/js-test-driver.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/js-test-driver.rb b/Library/Formula/js-test-driver.rb
index 097451457..7cec5660a 100644
--- a/Library/Formula/js-test-driver.rb
+++ b/Library/Formula/js-test-driver.rb
@@ -2,11 +2,11 @@ require 'formula'
class JsTestDriver < Formula
homepage 'http://code.google.com/p/js-test-driver/'
- url 'https://js-test-driver.googlecode.com/files/JsTestDriver-1.3.4.b.jar'
- sha1 'ce036e7c0973ff0588a52f0d3730b5c938404ed1'
+ url 'https://js-test-driver.googlecode.com/files/JsTestDriver-1.3.5.jar'
+ sha1 '7a29ace71b9d5a82f5f0abe0ea22b73d7fd07826'
def install
- libexec.install 'JsTestDriver-1.3.4.b.jar'
- bin.write_jar_script libexec/'JsTestDriver-1.3.4.b.jar', 'js-test-driver'
+ libexec.install 'JsTestDriver-1.3.5.jar'
+ bin.write_jar_script libexec/'JsTestDriver-1.3.5.jar', 'js-test-driver'
end
end