homebrew-cask/Casks/sshfs.rb

16 lines
459 B
Ruby
Raw Normal View History

2014-11-14 01:27:02 +08:00
cask :v1 => 'sshfs' do
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"
2015-03-15 19:55:17 +08:00
appcast 'https://github.com/osxfuse/sshfs/releases.atom'
homepage 'http://osxfuse.github.io/'
license :gpl
2014-09-26 20:09:13 +08:00
pkg "sshfs-#{version}.pkg"
2014-11-22 22:12:46 +08:00
uninstall :pkgutil => 'com.github.osxfuse.pkg.SSHFS'
2015-01-01 04:21:01 +08:00
depends_on :cask => 'osxfuse'
end