From 83cbddcabaccf12ad05ef8ee89aa7dbc1fd03d0e Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 24 Oct 2011 15:22:02 +0200 Subject: htmlcompressor: Update to 1.5.2 Closes #8263. Signed-off-by: Charlie Sharpsteen --- Library/Formula/htmlcompressor.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3