the_silver_searcher 0.23.0

This commit is contained in:
George Hickman 2014-07-04 11:33:56 +01:00 committed by Mike McQuaid
parent 1a8f73c6bf
commit 3f9c3521b7

View file

@ -3,14 +3,10 @@ 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.22.0.tar.gz"
sha1 "6908ef26405270f483476513d3016599507a92e6"
url "https://github.com/ggreer/the_silver_searcher/archive/0.23.0.tar.gz"
sha1 "e0579751932b4d2fdb28e13fdbc8a70e3c952ffc"
bottle do
cellar :any
sha1 "469556aacffcf3d45db93577412f8c60e526d518" => :mavericks
sha1 "19da98294cf6ad9b6fc4d520156ef0fce1467a8c" => :mountain_lion
sha1 "5736914f8a4fa2720919539e8ed0d48fce8f03e6" => :lion
end
depends_on "autoconf" => :build