diff options
| author | Anatol Pomozov | 2011-12-24 08:42:55 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-12-24 12:35:51 -0800 |
| commit | e263f5fcbb392a57aa62147c7bf32bde54471de4 (patch) | |
| tree | 6c8ba34771e5458ecfbf34ca08d2fdea64bc5428 | |
| parent | 61853c21811ced7476904dd61d89c5989f241ddd (diff) | |
| download | homebrew-e263f5fcbb392a57aa62147c7bf32bde54471de4.tar.bz2 | |
fuse4x: update to 0.8.14
Closes #9262.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
| -rw-r--r-- | Library/Formula/fuse4x-kext.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/fuse4x.rb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb index 6c447f1db..30fea553c 100644 --- a/Library/Formula/fuse4x-kext.rb +++ b/Library/Formula/fuse4x-kext.rb @@ -6,8 +6,8 @@ end class Fuse4xKext < Formula homepage 'http://fuse4x.org/' - url 'https://github.com/fuse4x/kext.git', :tag => "fuse4x_0_8_13" - version "0.8.13" + url 'https://github.com/fuse4x/kext.git', :tag => "fuse4x_0_8_14" + version "0.8.14" def install ENV.delete('CC') diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb index 0dacad29a..30cfc1345 100644 --- a/Library/Formula/fuse4x.rb +++ b/Library/Formula/fuse4x.rb @@ -2,8 +2,8 @@ require 'formula' class Fuse4x < Formula homepage 'http://fuse4x.org/' - url 'https://github.com/fuse4x/fuse.git', :tag => "fuse4x_0_8_13" - version "0.8.13" + url 'https://github.com/fuse4x/fuse.git', :tag => "fuse4x_0_8_14" + version "0.8.14" depends_on 'gettext' depends_on 'fuse4x-kext' |
