homebrew-cask/Casks/sloth.rb

20 lines
588 B
Ruby

cask 'sloth' do
version '2.9'
sha256 'b8fecd3ca901012b92be681d9e20eac5deea65e184b2a5313223247ffb43d6b5'
url "https://sveinbjorn.org/files/software/sloth/sloth-#{version}.zip"
appcast 'https://sveinbjorn.org/files/appcasts/SlothAppcast.xml'
name 'Sloth'
homepage 'https://sveinbjorn.org/sloth'
auto_updates true
app 'Sloth.app'
zap trash: [
'~/Library/Caches/org.sveinbjorn.Sloth',
'~/Library/Preferences/org.sveinbjorn.Sloth.plist',
'~/Library/Saved Application State/org.sveinbjorn.Sloth.savedState',
]
end