diff options
| author | Alex Ehlke | 2013-08-02 12:22:26 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-02 10:32:06 -0700 |
| commit | f705a371c4d1187c53ed93020a452263a01a3794 (patch) | |
| tree | d2e1ca9b3b5b86582c47353c4a07a5d56b808b3c /Library/Formula | |
| parent | 16d698566a29f1885b99769a6de50151c7ae72b3 (diff) | |
| download | homebrew-f705a371c4d1187c53ed93020a452263a01a3794.tar.bz2 | |
the_silver_search 0.15
Closes #21614.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 |
