diff options
| author | Geoff Greer | 2012-11-07 22:41:25 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-07 22:53:56 -0800 |
| commit | 9b7c61bc0530714e8ec30b0f86234711b1be9e72 (patch) | |
| tree | f2946ebd7e8c46ed08f14a7f10874dd9d1470f3a /Library/Formula | |
| parent | 0b6a716d57ae85adfbc58a851b9ea040165b8492 (diff) | |
| download | homebrew-9b7c61bc0530714e8ec30b0f86234711b1be9e72.tar.bz2 | |
The Silver Searcher 0.13
Closes #15911.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 ec57d0e29..95aa82cbc 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.12' - sha1 '8b19f76fd81d7c2db22567127cf2cf8d6302d43a' + url 'https://github.com/ggreer/the_silver_searcher/tarball/0.13' + sha1 '764cb9fa86f1df1627d86e679b19d5a561bf20d3' head 'https://github.com/ggreer/the_silver_searcher.git' |
