aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMarcel Koeppen2011-12-13 03:22:50 +0100
committerAdam Vandenberg2011-12-12 18:32:27 -0800
commitb973ac314b16286f6a0b49da455d6943eea1765f (patch)
tree0a69f54fcc9f17e1d09159415a00f7fe32340537 /Library/Formula
parente57ac35c00c8f09ddcedbe1ed26978aa60588b56 (diff)
downloadhomebrew-b973ac314b16286f6a0b49da455d6943eea1765f.tar.bz2
CSSEmbed 0.4.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cssembed.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/cssembed.rb b/Library/Formula/cssembed.rb
index 425c10366..71e920dfc 100644
--- a/Library/Formula/cssembed.rb
+++ b/Library/Formula/cssembed.rb
@@ -1,15 +1,15 @@
require 'formula'
class Cssembed < Formula
- url 'https://github.com/downloads/nzakas/cssembed/cssembed-0.4.0.jar'
+ url 'https://github.com/downloads/nzakas/cssembed/cssembed-0.4.5.jar'
homepage 'http://www.nczonline.net/blog/2009/11/03/automatic-data-uri-embedding-in-css-files/'
- md5 '621ef90db822ee3cdfa09aac8a8cebb3'
+ md5 'cb98a8d7e18213b1a6e6c88e1d43f513'
def install
- libexec.install "cssembed-0.4.0.jar"
+ libexec.install "cssembed-0.4.5.jar"
(bin+'cssembed').write <<-EOS.undent
#!/bin/sh
- java -jar "#{libexec}/cssembed-0.4.0.jar" $@
+ java -jar "#{libexec}/cssembed-0.4.5.jar" $@
EOS
end
end