The Silver Searcher 0.11.1
Closes Homebrew/homebrew#15196. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
782ef3c53e
commit
0fb57a93be
1 changed files with 2 additions and 2 deletions
|
@ -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/tarball/0.7.2'
|
||||
sha1 '48c33fa25ded5c446c0fca8d32b10872aee38e70'
|
||||
url 'https://github.com/ggreer/the_silver_searcher/tarball/0.11.1'
|
||||
sha1 '73e46e45ad911ef697f53b51764d5306e61b0538'
|
||||
|
||||
head 'https://github.com/ggreer/the_silver_searcher.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue