diff options
| author | Dominyk Tiller | 2014-09-15 05:03:34 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-09-15 01:12:10 -0500 |
| commit | 0e3a58e8d1ecad012fc6660a0e62f0e33fae089a (patch) | |
| tree | ffd6c139c5659fc6117ab0048803abfb44361154 /Library | |
| parent | bbe1b6a268dc9c945abf85a3c9f843a1825b0b3e (diff) | |
| download | homebrew-0e3a58e8d1ecad012fc6660a0e62f0e33fae089a.tar.bz2 | |
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 #32237.
Closes #32307.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/osxfuse.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/osxfuse.rb b/Library/Formula/osxfuse.rb index 09b9ad299..95e1bd964 100644 --- a/Library/Formula/osxfuse.rb +++ b/Library/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" |
