homebrew-cask/Casks/sshfs.rb

11 lines
332 B
Ruby
Raw Normal View History

class Sshfs < Cask
2014-02-18 02:32:40 +08:00
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/'
2014-09-10 23:37:07 +08:00
pkg 'sshfs-2.5.0.pkg'
uninstall :pkgutil => 'com.github.osxfuse.pkg.SSHFS'
end