homebrew-cask/Casks/overkill.rb

16 lines
480 B
Ruby
Raw Normal View History

2018-01-10 18:53:46 +08:00
cask 'overkill' do
version '1.0'
sha256 'e088b8a99ef76cffa56ec82b2f36e1461b974944de3d24996a43f503eb6c7606'
url "https://github.com/KrauseFx/overkill-for-mac/releases/download/#{version}/Overkill.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/KrauseFx/overkill-for-mac/releases.atom'
2018-01-10 18:53:46 +08:00
name 'Overkill'
homepage 'https://github.com/KrauseFx/overkill-for-mac'
depends_on macos: '>= :sierra'
2018-01-10 18:53:46 +08:00
app 'Overkill.app'
zap trash: '~/Library/Preferences/com.krausefx.Overkill.plist'
end