cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / sshfs.rb
blob1233cbcf95d6b2170b9f4dc107e392dfd0083846
1 cask :v1 => 'sshfs' do
2   version '2.5.0'
3   sha256 'f8f4f71814273ea42dbe6cd92199f7cff418571ffd1b10c0608878d3472d2162'
5   url "https://github.com/osxfuse/sshfs/releases/download/osxfuse-sshfs-#{version}/sshfs-#{version}.pkg"
6   homepage 'http://osxfuse.github.io/'
7   license :oss
9   pkg "sshfs-#{version}.pkg"
11   uninstall :pkgutil => 'com.github.osxfuse.pkg.SSHFS'
13   depends_on :cask => 'osxfuse'
14 end