diff options
| author | Geoff Greer | 2012-09-29 11:29:12 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-29 12:27:16 -0700 |
| commit | 57f2ec657eb2375addb6f43a7d773834d9bab163 (patch) | |
| tree | 9c3230e265eb80e8f2b9f98aa01b8d88c87f62f0 | |
| parent | eeac11962291426f54538f27debc7ec2c1bc5879 (diff) | |
| download | homebrew-57f2ec657eb2375addb6f43a7d773834d9bab163.tar.bz2 | |
The Silver Searcher 0.11.1
Closes #15196.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/the_silver_searcher.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb index 2b4d15fbd..35a74bb6a 100644 --- a/Library/Formula/the_silver_searcher.rb +++ b/Library/Formula/the_silver_searcher.rb @@ -2,8 +2,8 @@ require 'formula' class TheSilverSearcher < Formula homepage 'https://github.com/ggreer/the_silver_searcher' - url 'https://github.com/ggreer/the_silver_searcher/tarball/0.7.2' - sha1 '48c33fa25ded5c446c0fca8d32b10872aee38e70' + url 'https://github.com/ggreer/the_silver_searcher/tarball/0.11.1' + sha1 '73e46e45ad911ef697f53b51764d5306e61b0538' head 'https://github.com/ggreer/the_silver_searcher.git' |
