From f705a371c4d1187c53ed93020a452263a01a3794 Mon Sep 17 00:00:00 2001 From: Alex Ehlke Date: Fri, 2 Aug 2013 12:22:26 -0400 Subject: the_silver_search 0.15 Closes #21614. Signed-off-by: Adam Vandenberg --- Library/Formula/the_silver_searcher.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3