From ddf1da7b09456379007d303bae7b8d523ed43eb2 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 18 Jun 2012 04:09:20 +0800 Subject: [PATCH] the_silver_searcher 0.7.2 Signed-off-by: Adam Vandenberg --- Formula/the_silver_searcher.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/the_silver_searcher.rb b/Formula/the_silver_searcher.rb index 148c308c8a..cdc4510bde 100644 --- a/Formula/the_silver_searcher.rb +++ b/Formula/the_silver_searcher.rb @@ -2,8 +2,9 @@ require 'formula' class TheSilverSearcher < Formula homepage 'https://github.com/ggreer/the_silver_searcher' - url 'https://github.com/ggreer/the_silver_searcher/tarball/0.5' - md5 'e39ccf313e40156176fb9fcd5373864c' + url 'https://github.com/ggreer/the_silver_searcher/tarball/0.7.2' + sha1 '48c33fa25ded5c446c0fca8d32b10872aee38e70' + head 'https://github.com/ggreer/the_silver_searcher.git' if MacOS.xcode_version >= '4.3'