cask 'osxfuse-beta' do version '3.5.1' sha256 '51703d866d675f66b62eb18ffd861bdaceaa7f4f2f306276bb03c2abda94ce8f' # github.com/osxfuse/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', checkpoint: '38615b9de3643e971af31a17b9a6318be8f5f98a19027b47f42b134584e94e3e' name 'OSXFUSE' homepage 'https://osxfuse.github.io/' license :bsd 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.PrefPane', kext: 'com.github.osxfuse.filesystems.osxfusefs' caveats do reboot end end