homebrew-cask/Casks/sshfs.rb

11 lines
347 B
Ruby
Raw Normal View History

class Sshfs < Cask
2014-02-18 02:32:40 +08:00
version '2.5.0'
sha256 'f8f4f71814273ea42dbe6cd92199f7cff418571ffd1b10c0608878d3472d2162'
2014-09-26 20:09:13 +08:00
url "https://github.com/osxfuse/sshfs/releases/download/osxfuse-sshfs-#{version}/sshfs-#{version}.pkg"
homepage 'http://osxfuse.github.io/'
2014-09-26 20:09:13 +08:00
pkg "sshfs-#{version}.pkg"
uninstall :pkgutil => 'com.github.osxfuse.pkg.SSHFS'
end