diff options
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 660199297..1637f69a2 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.23.0.tar.gz" - sha1 "e0579751932b4d2fdb28e13fdbc8a70e3c952ffc" + url "https://github.com/ggreer/the_silver_searcher/archive/0.24.0.tar.gz" + sha1 "e322e16cf25e9943aa6b9de1e298cf37c8b9ab94" bottle do cellar :any |
