homebrew-cask/Casks/apppolice.rb

18 lines
599 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',
checkpoint: 'aea2e42c4edb5da3fbb801ba34de8aec4462e298d0afa1eb4faeb34d342aea82'
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
zap delete: '~/Library/Preferences/com.definemac.AppPolice.plist'
2015-10-07 03:55:46 +08:00
end