diff options
| author | Brett Koonce | 2013-05-21 21:06:00 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-21 20:16:25 -0700 |
| commit | f1a21800b8a68578c4f4796721355ef099a4b05d (patch) | |
| tree | e9e9b1360e5ae09be7049a103d6ffbd7875b02ee | |
| parent | 23997069a6be1c9b9a811284977810750752ceb5 (diff) | |
| download | homebrew-f1a21800b8a68578c4f4796721355ef099a4b05d.tar.bz2 | |
css-crush v1.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/css-crush.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/css-crush.rb b/Library/Formula/css-crush.rb index 1587dc422..2c01c4eae 100644 --- a/Library/Formula/css-crush.rb +++ b/Library/Formula/css-crush.rb @@ -2,8 +2,8 @@ require 'formula' class CssCrush < Formula homepage 'http://the-echoplex.net/csscrush' - url 'https://github.com/peteboere/css-crush/archive/v1.9.1.tar.gz' - sha1 '7d3a8a46981a2cd6d402d44bd903f82b0284454c' + url 'https://github.com/peteboere/css-crush/archive/v1.10.tar.gz' + sha1 'aa8b0f495aad298c3bf90edc271741d30271917a' def install libexec.install Dir['*'] |
