homebrew-cask/Casks/macupdater.rb

20 lines
734 B
Ruby

cask 'macupdater' do
version '1.4.13'
sha256 'b824a191743358f180ddcb11bf57cc1c5b614fd9d10875284537322802106fdf'
url "https://www.corecode.io/downloads/macupdater_#{version}.zip"
appcast 'https://www.corecode.io/macupdater/macupdater.xml'
name 'MacUpdater'
homepage 'https://www.corecode.io/macupdater/index.html'
app 'MacUpdater.app'
zap trash: [
'~/Library/Application Support/MacUpdater/',
'~/Library/Caches/com.corecode.MacUpdater',
'~/Library/Containers/com.corecode.MacUpdaterLaunchHelper',
'~/Library/Application Scripts/com.corecode.MacUpdaterLaunchHelper/',
'~/Library/Preferences/com.corecode.MacUpdater.plist',
]
end