the_silver_searcher 0.19.2

Closes Homebrew/homebrew#26788.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Marc Abramowitz 2014-02-17 08:33:56 -08:00 committed by Mike McQuaid
parent 3b173127f5
commit 019502f0b7

View file

@ -3,8 +3,8 @@ require 'formula'
class TheSilverSearcher < Formula
homepage 'https://github.com/ggreer/the_silver_searcher'
head 'https://github.com/ggreer/the_silver_searcher.git'
url 'https://github.com/ggreer/the_silver_searcher/archive/0.19.1.tar.gz'
sha1 'b1251715d054da9cf50ea10766068fd9f21560cf'
url 'https://github.com/ggreer/the_silver_searcher/archive/0.19.2.tar.gz'
sha1 '5154cc825366044ccba5652d803ef98caad70ff7'
depends_on :automake
depends_on :autoconf