homebrew-cask/Casks/osxfuse.rb

31 lines
919 B
Ruby

cask 'osxfuse' do
version '3.10.2'
sha256 'fb07b8027d0cf7509b92c6a99110b98d5b7584512128ab6331ed30308363614f'
# github.com/osxfuse was verified as official when first introduced to the cask
url "https://github.com/osxfuse/osxfuse/releases/download/osxfuse-#{version}/osxfuse-#{version}.dmg"
appcast 'https://github.com/osxfuse/osxfuse/releases.atom'
name 'OSXFUSE'
homepage 'https://osxfuse.github.io/'
auto_updates true
conflicts_with cask: 'osxfuse-dev'
pkg "Extras/FUSE for macOS #{version}.pkg"
postflight do
set_ownership ['/usr/local/include', '/usr/local/lib']
end
uninstall pkgutil: [
'com.github.osxfuse.pkg.Core',
'com.github.osxfuse.pkg.MacFUSE',
'com.github.osxfuse.pkg.PrefPane',
],
kext: 'com.github.osxfuse.filesystems.osxfusefs'
caveats do
reboot
end
end