diff options
| author | Marcel Koeppen | 2011-04-27 09:52:11 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-27 07:30:37 -0700 |
| commit | 148402d7c851e02593cf6b6f6dda598b8670acc9 (patch) | |
| tree | 558d073ede1e1d9aa9fbe7856f7e3bbb3bfed240 /Library | |
| parent | 41f6ac54347b323874ca7113c7ed32563bcc7c1d (diff) | |
| download | homebrew-148402d7c851e02593cf6b6f6dda598b8670acc9.tar.bz2 | |
YUI Compressor 2.4.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/yuicompressor.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/yuicompressor.rb b/Library/Formula/yuicompressor.rb index fc441e7f0..0d0f5ec8e 100644 --- a/Library/Formula/yuicompressor.rb +++ b/Library/Formula/yuicompressor.rb @@ -1,15 +1,15 @@ require 'formula' class Yuicompressor < Formula - url 'http://yuilibrary.com/downloads/yuicompressor/yuicompressor-2.4.2.zip' + url 'http://yuilibrary.com/downloads/yuicompressor/yuicompressor-2.4.6.zip' homepage 'http://yuilibrary.com/projects/yuicompressor' - md5 '2a526a9aedfe2affceed1e1c3f9c0579' + md5 '85670711b55124240a087e0b552304fa' def install - libexec.install "build/yuicompressor-2.4.2.jar" + libexec.install "build/yuicompressor-2.4.6.jar" (bin+'yuicompressor').write <<-EOS.undent #!/bin/sh - java -jar "#{libexec}/yuicompressor-2.4.2.jar" $@ + java -jar "#{libexec}/yuicompressor-2.4.6.jar" $@ EOS end end |
