homebrew-cask/Casks/keka.rb

24 lines
830 B
Ruby

cask 'keka' do
version '1.0.8'
sha256 'ad6ab5e3baf98ab33d56022a844d5a37747bef9767cf9d3a2ed646f8a85630ee'
# 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: '3d0fc31334a2b913055f0d87a40f6060d778ea2a2b2713fd76cb1981709e9571'
name 'Keka'
homepage 'http://www.kekaosx.com/'
auto_updates true
depends_on macos: '>= :lion'
app 'Keka.app'
zap delete: [
'~/Library/Application Support/Keka',
'~/Library/Caches/com.aone.keka',
'~/Library/Preferences/com.aone.keka.plist',
'~/Library/Saved Application State/com.aone.keka.savedState',
]
end