From add1d92e9f06457912e1499f6c0e84ae556134e3 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 19 Apr 2017 14:11:58 +0100 Subject: [PATCH] gitfs: add 0.4.5.1 bottle. --- Formula/gitfs.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/gitfs.rb b/Formula/gitfs.rb index be9afde100e..c5ec62f6e08 100644 --- a/Formula/gitfs.rb +++ b/Formula/gitfs.rb @@ -7,6 +7,13 @@ class Gitfs < Formula sha256 "6049fd81182d9172e861d922f3e2660f76366f85f47f4c2357f769d24642381c" head "https://github.com/PressLabs/gitfs.git" + bottle do + cellar :any + sha256 "ca270f78333fea7499f5f0c705e8a9c6b04916442c141931018e96cd62b4484a" => :sierra + sha256 "21774278959656c3b8166a1096bf955df7aa69f4486be25008032b9fa1f7b548" => :el_capitan + sha256 "7d536833c2ba5177a4c3dc0d7604ed4b3c0961896b838f79e807ce3d7bec59a5" => :yosemite + end + depends_on "libgit2" depends_on :osxfuse depends_on :python if MacOS.version <= :snow_leopard