diff options
| author | Mike McQuaid | 2014-07-29 10:01:37 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-29 13:38:18 +0200 | 
| commit | 7715c746c75feffbac5622bec974551f306aa0e9 (patch) | |
| tree | df8d7603fa64abb6d6dd2a1db0cbbd4ea0fcc275 | |
| parent | 63503ca9e158eac2e21b35b33d930e14a4e6f500 (diff) | |
| download | homebrew-7715c746c75feffbac5622bec974551f306aa0e9.tar.bz2 | |
cgrep: bump revision for GCC bump.
| -rw-r--r-- | Library/Formula/cgrep.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/cgrep.rb b/Library/Formula/cgrep.rb index 576c0cc83..ec64866f5 100644 --- a/Library/Formula/cgrep.rb +++ b/Library/Formula/cgrep.rb @@ -8,6 +8,7 @@ class Cgrep < Formula    url "https://github.com/awgn/cgrep/archive/v6.4.4.tar.gz"    sha1 "d36eef5d93e660df971a9f74d4ffff6ed6fab710"    head "https://github.com/awgn/cgrep.git", :branch => "master" +  revision 1    bottle do      cellar :any | 
