diff options
| author | Charlie Sharpsteen | 2012-10-10 16:36:49 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-10-10 21:27:46 -0700 |
| commit | d298c7e6926284c00d535d5ab7b3c664ecc76d8a (patch) | |
| tree | f1b9c276135f2887007589c344a69945ba23a249 /Library | |
| parent | 922b8a55393c566bbbcb859f4984d9a4aa856b61 (diff) | |
| download | homebrew-d298c7e6926284c00d535d5ab7b3c664ecc76d8a.tar.bz2 | |
fuse4x-kext: Update to 0.9.2
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fuse4x-kext.rb | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb index 8e53e7bac..a51ac38b9 100644 --- a/Library/Formula/fuse4x-kext.rb +++ b/Library/Formula/fuse4x-kext.rb @@ -6,14 +6,16 @@ end class Fuse4xKext < Formula homepage 'http://fuse4x.github.com' - url 'https://github.com/fuse4x/kext/tarball/fuse4x_0_9_1' - sha1 'a04e729df52d1caa4d1d33a58af53afc1b1b74cd' + url 'https://github.com/fuse4x/kext/tarball/fuse4x_0_9_2' + sha1 'ff143cd14346a6b79769b745e117949baae86705' bottle do - # Bottle provided for Lion since the Command Line Tools cannot compile - # things that use `xcodebuild`. Actual compilation takes ~10 seconds so - # there is no need to bottle this for earlier systems. - sha1 '2bc7b00c52823ea7efd8e09fb340f1701801baca' => :lion + # Bottle provided for Lion and newer since the Command Line Tools cannot + # compile things that use `xcodebuild`. Actual compilation takes ~10 + # seconds so there is no need to bottle this for earlier systems. + + sha1 '66e546c4d8b590b0c67584b73a6731757a5d87fb' => :mountainlion + sha1 'b2586e3f78a709a0df0385868a540fda17a7a00a' => :lion end def install |
