homebrew-cask/Casks/keka.rb

25 lines
860 B
Ruby

cask 'keka' do
version '1.0.16'
sha256 'ab5d815e322d70ed8a8f8c834d0a5c8ed9ff7eab89ba5fd8678430fef7ed1578'
# github.com/aonez/Keka was verified as official when first introduced to the cask
url "https://github.com/aonez/Keka/releases/download/v#{version}/Keka-#{version}.dmg"
appcast 'https://github.com/aonez/Keka/releases.atom',
checkpoint: '88acf990495c8ffcfadba91a865c641c0fb799f453a129b4a8dc672020b13332'
name 'Keka'
homepage 'http://www.kekaosx.com/'
auto_updates true
conflicts_with cask: 'keka-beta'
depends_on macos: '>= :lion'
app 'Keka.app'
zap trash: [
'~/Library/Application Support/Keka',
'~/Library/Caches/com.aone.keka',
'~/Library/Preferences/com.aone.keka.plist',
'~/Library/Saved Application State/com.aone.keka.savedState',
]
end