homebrew-cask/Casks/macupdater.rb

20 lines
733 B
Ruby

cask 'macupdater' do
version '1.3.4'
sha256 '14d1b9041254ab4f94584468304d34f5dfb0863677dfc44e94b6c0c49695db52'
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