diff options
Diffstat (limited to 'Library/Formula/sshfs.rb')
| -rw-r--r-- | Library/Formula/sshfs.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb index b1cf3c47d..e89e8e924 100644 --- a/Library/Formula/sshfs.rb +++ b/Library/Formula/sshfs.rb @@ -2,7 +2,8 @@ require 'formula' class Sshfs < Formula homepage 'http://fuse.sourceforge.net/sshfs.html' - url 'https://github.com/fuse4x/sshfs.git', :tag => 'sshfs_2_4_0' + url 'https://github.com/fuse4x/sshfs/tarball/sshfs_2_4_0' + md5 'c9ea547b9684ec4d85437393a2731322' version '2.4.0' depends_on 'pkg-config' => :build |
