diff options
| author | Brett Koonce | 2014-08-19 20:56:01 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-20 12:25:14 +0100 | 
| commit | ea25575ffdd38fcc6b9e572fc417c0a764a4bd1b (patch) | |
| tree | c869630fbfb824c063b8eddc9460de587dcd6d9b | |
| parent | 3490ec08d4ffed770a1fcd78341dd6d0875d651e (diff) | |
| download | homebrew-ea25575ffdd38fcc6b9e572fc417c0a764a4bd1b.tar.bz2 | |
cgrep 6.4.6
| -rw-r--r-- | Library/Formula/cgrep.rb | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/Library/Formula/cgrep.rb b/Library/Formula/cgrep.rb index 9b07f8a46..f045ca001 100644 --- a/Library/Formula/cgrep.rb +++ b/Library/Formula/cgrep.rb @@ -5,10 +5,9 @@ class Cgrep < Formula    include Language::Haskell::Cabal    homepage "https://github.com/awgn/cgrep" -  url "https://github.com/awgn/cgrep/archive/v6.4.4.tar.gz" -  sha1 "d36eef5d93e660df971a9f74d4ffff6ed6fab710" +  url "https://github.com/awgn/cgrep/archive/v6.4.6.tar.gz" +  sha1 "e177e200b2f94d18bf9de614695dfe2c8d37638f"    head "https://github.com/awgn/cgrep.git", :branch => "master" -  revision 1    bottle do      cellar :any | 
