From 0e6cf9d0639e689831eb9b6f4a7c68f475d08eab Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Fri, 13 Apr 2012 15:35:56 -0700 Subject: [PATCH] fuse4x: update to 0.10.0 Signed-off-by: Adam Vandenberg --- Formula/fuse4x-kext.rb | 6 +++--- Formula/fuse4x.rb | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Formula/fuse4x-kext.rb b/Formula/fuse4x-kext.rb index e410772152..1fc68dd5e5 100644 --- a/Formula/fuse4x-kext.rb +++ b/Formula/fuse4x-kext.rb @@ -6,8 +6,9 @@ end class Fuse4xKext < Formula homepage 'http://fuse4x.org/' - url 'https://github.com/fuse4x/kext.git', :tag => "fuse4x_0_9_0" - version "0.9.0" + url 'https://github.com/fuse4x/kext/tarball/fuse4x_0_10_0' + md5 'f7b3946926e97e9d5cfb1db916152b61' + version "0.10.0" def install ENV.delete('CC') @@ -20,7 +21,6 @@ class Fuse4xKext < Formula "-alltargets", "MACOSX_DEPLOYMENT_TARGET=#{MACOS_VERSION}", "SYMROOT=build", - "GCC_PREPROCESSOR_DEFINITIONS='FUSE4X_DISABLE_MACFUSE_MODE'", # Build a 32-bit kernel extension on Leopard and a fat binary for Snow # Leopard/Lion. "ARCHS=i386 #{'x86_64' if MacOS.prefer_64_bit?}", 'ONLY_ACTIVE_ARCH=NO' diff --git a/Formula/fuse4x.rb b/Formula/fuse4x.rb index 4347e6cc82..87be2b2755 100644 --- a/Formula/fuse4x.rb +++ b/Formula/fuse4x.rb @@ -2,8 +2,9 @@ require 'formula' class Fuse4x < Formula homepage 'http://fuse4x.org/' - url 'https://github.com/fuse4x/fuse.git', :tag => "fuse4x_0_9_0" - version "0.9.0" + url 'https://github.com/fuse4x/fuse/tarball/fuse4x_0_10_0' + md5 '10bacfd8318714de72a95e8baf62d6cd' + version "0.10.0" depends_on "automake" => :build depends_on "libtool" => :build