diff options
| author | Brett Koonce | 2013-01-01 19:22:47 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-01-01 19:33:33 -0800 | 
| commit | 05febf0031ab65762cf4cde7463d08400991fab6 (patch) | |
| tree | 4998dd2de734b6c0fb050049104dcb7c37ef29c1 /Library/Formula/bindfs.rb | |
| parent | 26c8f1634539c49ca3c02f76e94da8f70f24004b (diff) | |
| download | homebrew-05febf0031ab65762cf4cde7463d08400991fab6.tar.bz2 | |
bindfs 1.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/bindfs.rb')
| -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  | 
