aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLars2011-05-12 10:43:50 -0400
committerAdam Vandenberg2011-05-12 07:48:05 -0700
commit4ac8e2dc847690785785c0b4cd0ccca484b1112a (patch)
tree479a27a38af9beb2e88ca38316a69ed8e089f54f /Library/Formula
parentc57f6d167407ab1f999923da95ab593d8be76636 (diff)
downloadhomebrew-4ac8e2dc847690785785c0b4cd0ccca484b1112a.tar.bz2
htmlcompressor 1.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 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