the_silver_searcher 0.25.0
Closes Homebrew/homebrew#33083. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
29523c3141
commit
8e2d2ca450
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.24.1.tar.gz"
|
||||
sha1 "9fa8f335089386319376393e0e630e2b8e41d373"
|
||||
url "https://github.com/ggreer/the_silver_searcher/archive/0.25.0.tar.gz"
|
||||
sha1 "f4d18e48aa8e7abae0b23fdb8a9d205a52efe94c"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue