homebrew-cask/Casks/macupdater.rb

20 lines
733 B
Ruby

cask 'macupdater' do
version '1.5.1'
sha256 '8e220869a527734228103040105aa8d3e239e7367e7a3ecc07d958cbcc7ab2ff'
url "https://www.corecode.io/downloads/macupdater_#{version}.dmg"
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