homebrew-cask/Casks/sshfs.rb

11 lines
336 B
Ruby

class Sshfs < Cask
version '2.5.0'
sha256 'f8f4f71814273ea42dbe6cd92199f7cff418571ffd1b10c0608878d3472d2162'
url 'https://github.com/osxfuse/sshfs/releases/download/osxfuse-sshfs-2.5.0/sshfs-2.5.0.pkg'
homepage 'http://osxfuse.github.io/'
install 'sshfs-2.5.0.pkg'
uninstall :pkgutil => 'com.github.osxfuse.pkg.SSHFS'
end