diff options
Diffstat (limited to 'Library/Formula')
| -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 a58352bf0..6e36a33ed 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.11.tar.gz' - sha1 'f67697f62c4ca3608eb1d52955496022c4af37fa' + url 'https://github.com/peteboere/css-crush/archive/v2.0.0.tar.gz' + sha1 '8f111e26971ce0adbe71ce850c56f39be825ca2b' def install libexec.install Dir['*'] |
