diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/the_silver_searcher.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/the_silver_searcher.rb b/Library/Formula/the_silver_searcher.rb index 726a4f639..1038aab4d 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/archive/0.14.tar.gz' - sha1 '88272485c3cee363ca13a09dfd8380f1e786afb3' + url 'https://github.com/ggreer/the_silver_searcher/archive/0.15.tar.gz' + sha1 '578adf5276a9bf39deb7dbaf86abca96c312a388' head 'https://github.com/ggreer/the_silver_searcher.git' @@ -12,7 +12,7 @@ class TheSilverSearcher < Formula depends_on 'pkg-config' => :build depends_on 'pcre' - depends_on 'xz' if build.head? + depends_on 'xz' def install # Stable tarball does not include pre-generated configure script |
