homebrew-cask/Casks/disk-arbitrator.rb

19 lines
774 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'disk-arbitrator' do
version '0.7.0'
sha256 '1f27fccef99ffa65f4bcf7a266789bb6310aca0063f2accf34703bbf2db09cc8'
2015-10-28 14:56:59 +08:00
2016-02-12 08:04:37 +08:00
# kainjow.com was verified as official when first introduced to the cask
2016-07-25 09:53:13 +08:00
url "https://github.com/aburgh/Disk-Arbitrator/releases/download/v#{version}/Disk.Arbitrator-#{version.major_minor}.dmg"
2016-02-12 08:04:37 +08:00
appcast 'https://github.com/aburgh/Disk-Arbitrator/releases.atom',
checkpoint: 'f8858ef5754234e6e18aba2a209c53b321fcea92931eefca50476ee3dede1306'
2015-10-28 14:56:59 +08:00
name 'Disk Arbitrator'
homepage 'https://github.com/aburgh/Disk-Arbitrator'
app 'Disk Arbitrator.app'
uninstall launchctl: 'us.burghardt.Disk-Arbitrator',
quit: 'us.burghardt.Disk-Arbitrator'
2015-10-28 14:56:59 +08:00
zap delete: '~/Library/Preferences/us.burghardt.Disk-Arbitrator.plist'
2015-10-28 14:56:59 +08:00
end