diff options
| author | Simon Sigurdhsson | 2013-12-09 21:24:26 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-09 19:32:49 -0800 |
| commit | 27ba5230bfd0c259b053d3d912ab692ae0e8470c (patch) | |
| tree | 2425e27f2784c5c101747f1a1c15e76c089223ba /Library | |
| parent | 36908bdd35ce42b44d531f9f15e7237496fd337f (diff) | |
| download | homebrew-27ba5230bfd0c259b053d3d912ab692ae0e8470c.tar.bz2 | |
fuzzy-find 0.6.0
Closes #25091.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fuzzy-find.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/fuzzy-find.rb b/Library/Formula/fuzzy-find.rb index 8981a5776..cbcf8f7c1 100644 --- a/Library/Formula/fuzzy-find.rb +++ b/Library/Formula/fuzzy-find.rb @@ -2,15 +2,16 @@ require 'formula' class FuzzyFind < Formula homepage "https://github.com/silentbicycle/ff" - url "https://github.com/silentbicycle/ff/archive/v0.5-first-form.tar.gz" - version "0.5" - sha1 "698526ae2c725763da0990a4112632ac4b3194c8" + url "https://github.com/silentbicycle/ff/archive/v0.6-flag-features.tar.gz" + version "0.6.0" + sha1 "13429471e6b51613361128e4d31f2e62013e2c2b" head 'https://github.com/silentbicycle/ff.git' def install system "make" bin.install "ff" + man1.install "ff.1" end test do |
