diff options
Diffstat (limited to 'Library')
| -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 8d6c7ad6e..00e6fefae 100644 --- a/Library/Formula/the_silver_searcher.rb +++ b/Library/Formula/the_silver_searcher.rb @@ -3,8 +3,8 @@ require 'formula' class TheSilverSearcher < Formula homepage 'https://github.com/ggreer/the_silver_searcher' head 'https://github.com/ggreer/the_silver_searcher.git' - url 'https://github.com/ggreer/the_silver_searcher/archive/0.18.1.tar.gz' - sha1 'efffa28a7e15261dfc027cf94653459a4db0dd92' + url 'https://github.com/ggreer/the_silver_searcher/archive/0.19.1.tar.gz' + sha1 'b1251715d054da9cf50ea10766068fd9f21560cf' depends_on :automake depends_on :autoconf |
