diff options
| author | Henry Mercer | 2011-10-24 15:22:02 +0200 | 
|---|---|---|
| committer | Charlie Sharpsteen | 2011-10-25 11:24:33 -0700 | 
| commit | 83cbddcabaccf12ad05ef8ee89aa7dbc1fd03d0e (patch) | |
| tree | 3d84370e2951e116d5ac65cee82de0434b62cea7 /Library/Formula/htmlcompressor.rb | |
| parent | 54f51239b53b44b68c91b347cdef1e257c2ddffd (diff) | |
| download | homebrew-83cbddcabaccf12ad05ef8ee89aa7dbc1fd03d0e.tar.bz2 | |
htmlcompressor: Update to 1.5.2
Closes #8263.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula/htmlcompressor.rb')
| -rw-r--r-- | Library/Formula/htmlcompressor.rb | 8 | 
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  | 
