diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/bindfs.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/bindfs.rb b/Library/Formula/bindfs.rb index ca435b73d..d4fbc2c65 100644 --- a/Library/Formula/bindfs.rb +++ b/Library/Formula/bindfs.rb @@ -1,10 +1,11 @@ require 'formula' class Bindfs < Formula - url 'http://bindfs.googlecode.com/files/bindfs-1.9.tar.gz' + url 'http://bindfs.googlecode.com/files/bindfs-1.11.tar.gz' homepage 'http://code.google.com/p/bindfs/' - sha1 'cf8c2acf67f0e98593ec9f88ad00e12bbbc84f2e' + sha1 '9bb15d3b2d64cae4da936be13625010b3cd9f8ef' + depends_on 'pkg-config' => :build depends_on 'fuse4x' def install |
