homebrew-cask/Casks/selfcontrol.rb

16 lines
431 B
Ruby

cask 'selfcontrol' do
version '2.3.2'
sha256 '199b4375c4930edf6136ec415b6fc15069243bc201210d9aab532e9a6e625241'
url "https://downloads.selfcontrolapp.com/SelfControl-#{version}.zip"
appcast 'https://selfcontrolapp.com/SelfControlAppcast.xml'
name 'SelfControl'
homepage 'https://selfcontrolapp.com/'
auto_updates true
app 'SelfControl.app'
zap trash: '~/Library/Preferences/org.eyebeam.SelfControl.plist'
end