fuzzy-find: add 0.6.0 bottle.

This commit is contained in:
BrewTestBot 2015-09-06 05:03:51 +01:00 committed by Alex Dunn
parent df7fd1a509
commit b0c44da890

View file

@ -7,6 +7,13 @@ class FuzzyFind < Formula
head "https://github.com/silentbicycle/ff.git"
bottle do
cellar :any
sha256 "1b447f73c929866935af122bec4c15390f0001f049a0c737880fcfd4d7bafdb2" => :yosemite
sha256 "75aa5bedb0bd3e2869f24f1363b02ddf88f7612549c97b8f93f5d7aae0e42e63" => :mavericks
sha256 "8262f63ca68495d17b24aa74e3bad1b1f1b4c538375cc05e02639685f3942f51" => :mountain_lion
end
def install
system "make"
bin.install "ff"