homebrew-cask/Casks/fuse.rb

14 lines
463 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'fuse' do
2016-09-22 17:16:47 +08:00
version '0.25.5.7677'
sha256 '46d04eda67977476fe49a295d6d8b9b70db13fcb6b41cdc440b59c176f505892'
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'
2015-12-10 11:30:05 +08:00
homepage 'https://www.fusetools.com'
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