aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/htmlcompressor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/htmlcompressor.rb')
-rw-r--r--Library/Formula/htmlcompressor.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/htmlcompressor.rb b/Library/Formula/htmlcompressor.rb
index 3195012eb..aeefc5e03 100644
--- a/Library/Formula/htmlcompressor.rb
+++ b/Library/Formula/htmlcompressor.rb
@@ -1,15 +1,15 @@
require 'formula'
class Htmlcompressor <Formula
- url 'http://htmlcompressor.googlecode.com/files/htmlcompressor-0.9.4.jar'
+ url 'http://htmlcompressor.googlecode.com/files/htmlcompressor-0.9.9.jar'
homepage 'http://code.google.com/p/htmlcompressor/'
- md5 '6b6a68a048ce52b4fd567e1beeb2cfb6'
+ md5 'cbfb5ec29d6f2c50b7aea28de8bc1227'
def install
- libexec.install "htmlcompressor-0.9.4.jar"
+ libexec.install "htmlcompressor-0.9.9.jar"
(bin+'htmlcompressor').write <<-EOS.undent
#!/bin/sh
- java -jar "#{libexec}/htmlcompressor-0.9.4.jar" $@
+ java -jar "#{libexec}/htmlcompressor-0.9.9.jar" $@
EOS
end
end