diff options
| author | Hunter Morris | 2012-03-10 08:41:06 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-12 20:34:22 -0700 |
| commit | f58cd294bedce0cb0144a4bac2377ba683fcc2d4 (patch) | |
| tree | 76fcfb8b78fd3d5fee4d2593d8a92573d15c71a6 | |
| parent | d312e37d192ad2a4717c942015b42129533116dc (diff) | |
| download | homebrew-f58cd294bedce0cb0144a4bac2377ba683fcc2d4.tar.bz2 | |
ntfs-3g 2012.1.15
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/ntfs-3g.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/ntfs-3g.rb b/Library/Formula/ntfs-3g.rb index 3926a1979..67cc42845 100644 --- a/Library/Formula/ntfs-3g.rb +++ b/Library/Formula/ntfs-3g.rb @@ -1,15 +1,16 @@ require 'formula' class Ntfs3g < Formula - url 'http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2011.4.12.tgz' homepage 'http://www.tuxera.com/community/ntfs-3g-download/' - md5 '9c4ce318373b15332239a77a9d2a39fe' + url 'http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2012.1.15.tgz' + md5 '341acae00a290cab9b00464db65015cc' depends_on 'pkg-config' => :build depends_on 'fuse4x' def patches - # From macports: trunk/dports/fuse/ntfs-3g/files/patch-configure.diff + # From macports: + # http://trunk/dports/fuse/ntfs-3g/files/patch-configure.diff # Modify configure such that it does not modify the default PKG_CONFIG_PATH { :p0 => DATA } end |
