homebrew-cask/Casks/caprine.rb

23 lines
852 B
Ruby

cask 'caprine' do
version '2.14.0'
sha256 'b43308cf6769209014685c98d01157a4e3385d6c86105ef0b603b4b0d48cc0a9'
url "https://github.com/sindresorhus/caprine/releases/download/v#{version}/Caprine-#{version}.dmg"
appcast 'https://github.com/sindresorhus/caprine/releases.atom',
checkpoint: '1fde0f67e89061497c0203a20d0d36382d9b44e03862ebfaea320bd8c3d67adb'
name 'Caprine'
homepage 'https://github.com/sindresorhus/caprine'
auto_updates true
app 'Caprine.app'
zap trash: [
'~/Library/Application Support/Caprine',
'~/Library/Logs/Caprine',
'~/Library/Preferences/com.sindresorhus.caprine.helper.plist',
'~/Library/Preferences/com.sindresorhus.caprine.plist',
'~/Library/Saved Application State/com.sindresorhus.caprine.savedState',
]
end