aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshfs.rb
diff options
context:
space:
mode:
authorAnatol Pomozov2012-04-13 15:42:24 -0700
committerAdam Vandenberg2012-04-14 12:53:35 -0700
commitbc56e92cce248ba5b56255748492da252fa411f7 (patch)
tree46d3fbe350f735c9ec5df3fe59b04a919e88af15 /Library/Formula/sshfs.rb
parent8a0932f320208db56c10d1d16fff31c22e3be87e (diff)
downloadhomebrew-bc56e92cce248ba5b56255748492da252fa411f7.tar.bz2
sshfs: use tarball url instead of git repo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/sshfs.rb')
-rw-r--r--Library/Formula/sshfs.rb3
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