You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
846 B
25 lines
846 B
cask 'osxfuse-beta' do
|
|
version '3.4.2'
|
|
sha256 'a53b0e3749e135cad44f9ea7d2035165cf7a84a46454e27f90741b9002068b13'
|
|
|
|
# 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: 'd48e6dd0a2b550f8114e10ac6b6515405d0daf9ef4dd61012f3ddc4def88b6ba'
|
|
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
|
|
|