the_silver_searcher 0.7.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5418187e33
commit
ddf1da7b09
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@ require 'formula'
|
||||||
|
|
||||||
class TheSilverSearcher < Formula
|
class TheSilverSearcher < Formula
|
||||||
homepage 'https://github.com/ggreer/the_silver_searcher'
|
homepage 'https://github.com/ggreer/the_silver_searcher'
|
||||||
url 'https://github.com/ggreer/the_silver_searcher/tarball/0.5'
|
url 'https://github.com/ggreer/the_silver_searcher/tarball/0.7.2'
|
||||||
md5 'e39ccf313e40156176fb9fcd5373864c'
|
sha1 '48c33fa25ded5c446c0fca8d32b10872aee38e70'
|
||||||
|
|
||||||
head 'https://github.com/ggreer/the_silver_searcher.git'
|
head 'https://github.com/ggreer/the_silver_searcher.git'
|
||||||
|
|
||||||
if MacOS.xcode_version >= '4.3'
|
if MacOS.xcode_version >= '4.3'
|
||||||
|
|
Loading…
Reference in a new issue