the_silver_searcher 0.19.2
Closes Homebrew/homebrew#26788. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
3b173127f5
commit
019502f0b7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue