homebrew-cask/Casks/fuse.rb

14 lines
465 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fuse' do
2017-04-12 03:14:01 +08:00
version '0.36.0.11838'
sha256 '0abda27b6020dee30a3e146c3c0cc100e5b3772ccbc9ff1edf5a16e642014a2c'
2015-12-10 11:30:05 +08:00
# fuse-dl.azureedge.net was verified as official when first introduced to the cask
url "https://fuse-dl.azureedge.net/releaseartifacts/fuse_osx_#{version.dots_to_underscores}.pkg"
2016-01-04 23:50:19 +08:00
name 'Fuse Fusetools'
homepage 'https://www.fusetools.com/'
2015-12-10 11:30:05 +08:00
pkg "fuse_osx_#{version.dots_to_underscores}.pkg"
2015-12-10 11:30:05 +08:00
uninstall pkgutil: 'com.fusetools.fuse'
2015-12-10 11:30:05 +08:00
end