homebrew-cask-versions/Casks/sshfs.rb
Roland Walker 0814f9641f Add SSHFS
This commit includes SSHFS version 2.4.1.  The uninstall specification
of OSXFuse was also refined so that it does not collide with SSHFS.
2013-11-22 13:29:50 -05:00

8 lines
280 B
Ruby

class Sshfs < Cask
url 'https://github.com/downloads/osxfuse/sshfs/SSHFS-2.4.1.pkg'
homepage 'http://osxfuse.github.io/'
version '2.4.1'
sha1 '6966c455384c59d7acefd66a4c6eb765c31afe5a'
install 'SSHFS-2.4.1.pkg'
uninstall :pkgutil => 'com.github.osxfuse.pkg.SSHFS'
end