aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/the_silver_searcher.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb
index c3cd88cbc..3d46726fd 100644
--- a/Library/Formula/the_silver_searcher.rb
+++ b/Library/Formula/the_silver_searcher.rb
@@ -2,10 +2,9 @@ require 'formula'
class TheSilverSearcher < Formula
homepage 'https://github.com/ggreer/the_silver_searcher'
- url 'https://github.com/ggreer/the_silver_searcher/archive/0.17.tar.gz'
- sha1 '88673329b320457c065a914ceb77ac878ca4f0c0'
-
head 'https://github.com/ggreer/the_silver_searcher.git'
+ url 'https://github.com/ggreer/the_silver_searcher/archive/0.18.tar.gz'
+ sha1 '43c399f5add3921b4fcb7c7f3d21909d81cd0559'
depends_on :automake
depends_on :autoconf