the_silver_search 0.15

Closes Homebrew/homebrew#21614.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Alex Ehlke 2013-08-02 12:22:26 -04:00 committed by Adam Vandenberg
parent bf9126f2fb
commit 2a7c1aea4f
1 changed files with 3 additions and 3 deletions

View File

@ -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