homebrew-cask/Casks/fuse.rb

14 lines
464 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fuse' do
2017-07-21 21:03:13 +08:00
version '1.1.0.13808'
sha256 '2ca9a5e60d2d504935a13ac6618b06df045aabc2d33ed50bec8ce5fd7768d598'
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