From bc56e92cce248ba5b56255748492da252fa411f7 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Fri, 13 Apr 2012 15:42:24 -0700 Subject: sshfs: use tarball url instead of git repo Signed-off-by: Adam Vandenberg --- Library/Formula/sshfs.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3