diff options
| -rw-r--r-- | Library/Formula/cgrep.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cgrep.rb b/Library/Formula/cgrep.rb index ec64866f5..9b07f8a46 100644 --- a/Library/Formula/cgrep.rb +++ b/Library/Formula/cgrep.rb @@ -12,9 +12,9 @@ class Cgrep < Formula bottle do cellar :any - sha1 "422737ceaee66f521d60c163dcf663d25c2b430a" => :mavericks - sha1 "e986ec29104895e0554c3599ac8eebcc6914a67d" => :mountain_lion - sha1 "660b2e1d0f6d15e6d7294a464d26b866bcd0030b" => :lion + sha1 "80b896667bd0a76b3516c404075836100549224b" => :mavericks + sha1 "bf5bc875771842ad4d3553274642fde85c358aef" => :mountain_lion + sha1 "a7051c177a0fc04706c21066a6db20a7876ed13c" => :lion end depends_on "ghc" => :build |
