diff options
| author | Benjamin Fleischer | 2014-04-01 23:38:52 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-04-02 09:52:55 -0500 |
| commit | b590b6fa8b5716a540480ffdaad735910febd037 (patch) | |
| tree | af838857828ec2b5f57eeaf55c79f1ca20372182 /Library | |
| parent | c25611d990e8512d9c5aa3b71fbaedbe2be2bb20 (diff) | |
| download | homebrew-b590b6fa8b5716a540480ffdaad735910febd037.tar.bz2 | |
osxfuse 2.6.4
Closes #28054.
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 4e8f922eb..99f1a0016 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.6.3' + url 'https://github.com/osxfuse/osxfuse.git', :tag => 'osxfuse-2.6.4' head 'https://github.com/osxfuse/osxfuse.git', :branch => 'osxfuse-2' |
