aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 e440865f5..cc8d72147 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-1.4.2.jar'
+ url 'http://htmlcompressor.googlecode.com/files/htmlcompressor-1.5.2.jar'
homepage 'http://code.google.com/p/htmlcompressor/'
- md5 '2afe7aba064c619a761541ab466cca28'
+ md5 '91575c89c83d0563dcf2aad409e4748f'
def install
- libexec.install "htmlcompressor-1.4.2.jar"
+ libexec.install "htmlcompressor-1.5.2.jar"
(bin+'htmlcompressor').write <<-EOS.undent
#!/bin/sh
- java -jar "#{libexec}/htmlcompressor-1.4.2.jar" $@
+ java -jar "#{libexec}/htmlcompressor-1.5.2.jar" $@
EOS
end
end