aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jagusch2011-11-23 15:47:44 +0100
committerJack Nagel2011-11-23 14:10:19 -0600
commitacdec8bf6646c318433be9a9f6908e99339a9488 (patch)
treedfcad04e7eb4db6d39d20aaa0d8a362a2359937a
parent438375cbd231666e03319110b2f123326b59e5b4 (diff)
downloadhomebrew-acdec8bf6646c318433be9a9f6908e99339a9488.tar.bz2
yuicompressor 2.4.7
Closes #8751. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/yuicompressor.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/yuicompressor.rb b/Library/Formula/yuicompressor.rb
index 676d33e6a..d5d57e73a 100644
--- a/Library/Formula/yuicompressor.rb
+++ b/Library/Formula/yuicompressor.rb
@@ -1,15 +1,15 @@
require 'formula'
class Yuicompressor < Formula
- url 'http://yui.zenfs.com/releases/yuicompressor/yuicompressor-2.4.6.zip'
+ url 'http://yui.zenfs.com/releases/yuicompressor/yuicompressor-2.4.7.zip'
homepage 'http://yuilibrary.com/projects/yuicompressor'
- md5 '85670711b55124240a087e0b552304fa'
+ md5 '885657c68ed617737e730b4c2ce52dda'
def install
- libexec.install "build/yuicompressor-2.4.6.jar"
+ libexec.install "build/yuicompressor-2.4.7.jar"
(bin+'yuicompressor').write <<-EOS.undent
#!/bin/sh
- java -jar "#{libexec}/yuicompressor-2.4.6.jar" $@
+ java -jar "#{libexec}/yuicompressor-2.4.7.jar" $@
EOS
end
end