diff options
| author | dwihn0r | 2014-10-21 09:06:06 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-10-21 18:27:17 -0500 |
| commit | 2c69a63875aa163d4af9c7e5033331895df4b48f (patch) | |
| tree | 9f2b999c472fe8cfb12fa2f6858d429efa09b87e /Library/Formula | |
| parent | 2b472a6e2634a7b7592abb7084b20a098f4a488b (diff) | |
| download | homebrew-2c69a63875aa163d4af9c7e5033331895df4b48f.tar.bz2 | |
osxfuse 2.7.2
Closes #33424.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 7e29cca73..a48328c8b 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.1" + url "https://github.com/osxfuse/osxfuse.git", :tag => "osxfuse-2.7.2" head "https://github.com/osxfuse/osxfuse.git", :branch => "osxfuse-2" |
