homebrew-cask/Casks/keka.rb

23 lines
736 B
Ruby

cask 'keka' do
version '1.1.19'
sha256 '26480029ed8c87ace6dce74c6bd7fa05cb41168ee07e0e6d1b4a541c7937d7aa'
# 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'
name 'Keka'
homepage 'https://www.keka.io/'
auto_updates true
conflicts_with cask: 'keka-beta'
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