From 05518dc892f4913a38853e6851e75fa39dc847dc Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 15 Sep 2014 05:03:34 +0100 Subject: [PATCH] osxfuse 2.7.1 Release to fix the compile issues around Yosemite & Xcode 6.1. See https://github.com/osxfuse/osxfuse/commit/45a3e24f202163f0a3cadc16cfd67afb95cb8ca4 for more information. Closes Homebrew/homebrew#32237. Closes Homebrew/homebrew#32307. Signed-off-by: Jack Nagel --- Formula/osxfuse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/osxfuse.rb b/Formula/osxfuse.rb index 09b9ad2993..95e1bd964e 100644 --- a/Formula/osxfuse.rb +++ b/Formula/osxfuse.rb @@ -2,7 +2,7 @@ require "formula" class Osxfuse < Formula homepage "http://osxfuse.github.io" - url "https://github.com/osxfuse/osxfuse.git", :tag => "osxfuse-2.7.0" + url "https://github.com/osxfuse/osxfuse.git", :tag => "osxfuse-2.7.1" head "https://github.com/osxfuse/osxfuse.git", :branch => "osxfuse-2"