aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gitfs.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-12-19 19:47:59 +0000
committerMike McQuaid2014-12-22 11:51:40 +0000
commitdee06e3092c46144db97a6367da385b5bcca35d9 (patch)
treedb99efc2a08ec7085c8dc1c7d87be4bb6bd75ddd /Library/Formula/gitfs.rb
parentdf0b9c89a5ce9114905518fb8788ccbccd8fda29 (diff)
downloadhomebrew-dee06e3092c46144db97a6367da385b5bcca35d9.tar.bz2
gitfs: add 0.2.5 bottle.
Diffstat (limited to 'Library/Formula/gitfs.rb')
-rw-r--r--Library/Formula/gitfs.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gitfs.rb b/Library/Formula/gitfs.rb
index 630d1c7c4..8dc6ecabe 100644
--- a/Library/Formula/gitfs.rb
+++ b/Library/Formula/gitfs.rb
@@ -7,6 +7,12 @@ class Gitfs < Formula
head "https://github.com/PressLabs/gitfs.git"
+ bottle do
+ cellar :any
+ sha1 "4787280d565c24d411c22fcb62c194eb0a7eebe7" => :mavericks
+ sha1 "1ff9f5341a0524aeba3d9cb39e24085acd1d6606" => :mountain_lion
+ end
+
depends_on :python if MacOS.version <= :snow_leopard
depends_on "libgit2" => "with-libssh2"