aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-07-20 19:31:36 -0700
committerBrett Koonce2014-07-20 21:59:16 -0700
commit32ef35d16d470f6b3fc82955d17fe7286307a003 (patch)
tree31db5683f7497cbe036db7f64ad1480250efc70a /Library/Formula
parent0f93ce046cd7e93b2329885b4eeee34eb28ea9a0 (diff)
downloadhomebrew-32ef35d16d470f6b3fc82955d17fe7286307a003.tar.bz2
css-crush 2.2.1
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/css-crush.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/css-crush.rb b/Library/Formula/css-crush.rb
index 9238515b7..6ea634ba5 100644
--- a/Library/Formula/css-crush.rb
+++ b/Library/Formula/css-crush.rb
@@ -1,13 +1,13 @@
-require 'formula'
+require "formula"
class CssCrush < Formula
- homepage 'http://the-echoplex.net/csscrush'
- url 'https://github.com/peteboere/css-crush/archive/v2.1.0.tar.gz'
- sha1 '3285917dce69420e2822c59e5c25401aaaa5ea64'
+ homepage "http://the-echoplex.net/csscrush"
+ url "https://github.com/peteboere/css-crush/archive/v2.2.1.tar.gz"
+ sha1 "39c721af2765f36d4a2990fe365fb18c3ee41485"
def install
- libexec.install Dir['*']
- (bin+'csscrush').write <<-EOS.undent
+ libexec.install Dir["*"]
+ (bin+"csscrush").write <<-EOS.undent
#!/bin/sh
php "#{libexec}/cli.php" "$@"
EOS