aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fuse4x-kext.rb
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/Formula/fuse4x-kext.rb
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/Formula/fuse4x-kext.rb')
-rw-r--r--Library/Formula/fuse4x-kext.rb4
1 files changed, 2 insertions, 2 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')