mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
This commit includes SSHFS version 2.4.1. The uninstall specification of OSXFuse was also refined so that it does not collide with SSHFS.
8 lines
280 B
Ruby
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
|