homebrew-cask/Casks/apppolice.rb

18 lines
598 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'apppolice' do
2016-11-10 16:44:38 +08:00
version '1.1'
sha256 'ed5a0830eb5a8cba63ab72d3c48dfd53a72d942d1a334d37b1e87c6b0fa087cf'
2015-10-07 03:55:46 +08:00
2016-11-10 16:44:38 +08:00
url "https://github.com/fuyu/apppolice/releases/download/v#{version}/apppolice.dmg"
appcast 'https://github.com/fuyu/apppolice/releases.atom',
2017-07-26 05:53:26 +08:00
checkpoint: '79cb6a58e825b9b79b72f8fe4f35736c92e58bc2dd66304a3205a39a05ea3b6b'
2015-10-07 03:55:46 +08:00
name 'AppPolice'
2016-11-10 16:44:38 +08:00
homepage 'https://github.com/fuyu/apppolice'
2015-10-07 03:55:46 +08:00
app 'AppPolice.app'
2017-03-19 02:30:27 +08:00
2017-03-19 07:05:21 +08:00
uninstall login_item: 'AppPolice',
quit: 'com.definemac.AppPolice'
2017-03-19 02:30:27 +08:00
2017-11-18 17:35:03 +08:00
zap trash: '~/Library/Preferences/com.definemac.AppPolice.plist'
2015-10-07 03:55:46 +08:00
end