homebrew-cask/Casks/keka.rb

24 lines
830 B
Ruby

cask 'keka' do
version '1.0.7'
sha256 '92d05db46ba32e656992d2f9699e328b94dee058e573da3147865f3993bbe579'
# 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: '2abc192f8bc1572c7654d6eb4121c9f638ce405de61229ad09ec770a7c91deb2'
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