aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAnatol Pomozov2011-12-24 08:42:55 -0800
committerCharlie Sharpsteen2011-12-24 12:35:51 -0800
commite263f5fcbb392a57aa62147c7bf32bde54471de4 (patch)
tree6c8ba34771e5458ecfbf34ca08d2fdea64bc5428 /Library
parent61853c21811ced7476904dd61d89c5989f241ddd (diff)
downloadhomebrew-e263f5fcbb392a57aa62147c7bf32bde54471de4.tar.bz2
fuse4x: update to 0.8.14
Closes #9262. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fuse4x-kext.rb4
-rw-r--r--Library/Formula/fuse4x.rb4
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'