re-use version in sshfs

This commit is contained in:
Roland Walker 2014-09-26 08:09:13 -04:00
parent 8c1d95deab
commit 8ee4e18251
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ 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'
url "https://github.com/osxfuse/sshfs/releases/download/osxfuse-sshfs-#{version}/sshfs-#{version}.pkg"
homepage 'http://osxfuse.github.io/'
pkg 'sshfs-2.5.0.pkg'
pkg "sshfs-#{version}.pkg"
uninstall :pkgutil => 'com.github.osxfuse.pkg.SSHFS'
end