homebrew-cask/Casks/autodmg.rb

19 lines
609 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'autodmg' do
2018-04-24 18:15:30 +08:00
version '1.8.1'
sha256 '17716f7e87ce803250e10f8b58dc450e45c82c78a3ee63da0941067f8fa0b2d2'
2014-09-26 20:08:47 +08:00
url "https://github.com/MagerValp/AutoDMG/releases/download/v#{version}/AutoDMG-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/MagerValp/AutoDMG/releases.atom'
2015-01-04 11:26:28 +08:00
name 'AutoDMG'
homepage 'https://github.com/MagerValp/AutoDMG'
2014-09-16 00:05:17 +08:00
app 'AutoDMG.app'
2017-04-05 08:59:32 +08:00
2017-11-18 17:35:03 +08:00
zap trash: [
'~/Library/Application Support/AutoDMG',
'~/Library/Caches/se.gu.it.AutoDMG',
'~/Library/Logs/AutoDMG',
'~/Library/Preferences/se.gu.it.AutoDMG.plist',
]
2014-06-13 08:09:34 +08:00
end