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 f937e9c15..b834b697a 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.3.jar'
+ url 'http://htmlcompressor.googlecode.com/files/htmlcompressor-1.3.1.jar'
homepage 'http://code.google.com/p/htmlcompressor/'
- md5 '68296830cb99e4348284ea88602ed06b'
+ md5 'e0a1fde8210d3197e87bffa6e0d9ee0d'
def install
- libexec.install "htmlcompressor-1.3.jar"
+ libexec.install "htmlcompressor-1.3.1.jar"
(bin+'htmlcompressor').write <<-EOS.undent
#!/bin/sh
- java -jar "#{libexec}/htmlcompressor-1.3.jar" $@
+ java -jar "#{libexec}/htmlcompressor-1.3.1.jar" $@
EOS
end
end