mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
10 lines
332 B
Ruby
10 lines
332 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/'
|
|
|
|
pkg 'sshfs-2.5.0.pkg'
|
|
uninstall :pkgutil => 'com.github.osxfuse.pkg.SSHFS'
|
|
end
|