homebrew-cask/Casks/fuse.rb

15 lines
562 B
Ruby

cask 'fuse' do
version '1.9.0'
sha256 '31e737086d546176f436a2792baca604487f529008a21c424610baec25146a20'
# github.com/fuse-open/fuse-studio/ was verified as official when first introduced to the cask
url "https://github.com/fuse-open/fuse-studio/releases/download/#{version}/fuse_osx_#{version.dots_to_underscores}.pkg"
appcast 'https://github.com/fuse-open/fuse-studio/releases.atom'
name 'Fuse Fusetools'
homepage 'https://fuse-open.github.io/'
pkg "fuse_osx_#{version.dots_to_underscores}.pkg"
uninstall pkgutil: 'com.fusetools.fuse'
end