aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLars2011-02-22 15:24:04 +0200
committerAdam Vandenberg2011-02-22 07:32:52 -0800
commitc178307e8186b3dddfa4bb4cde5d416df206e880 (patch)
tree64d63dcae7e323c0ff2ca5dafbcbf71ad48d1041 /Library/Formula
parente84aa22e008a7898f27769bcd4d1356a4656adb6 (diff)
downloadhomebrew-c178307e8186b3dddfa4bb4cde5d416df206e880.tar.bz2
htmlcompressor 0.9.9
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 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