osxfuse 2.7.1
Release to fix the compile issues around Yosemite & Xcode 6.1. See
45a3e24f20
for more information.
Closes Homebrew/homebrew#32237.
Closes Homebrew/homebrew#32307.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
07b14b6425
commit
05518dc892
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue