cask 'keka' do version '1.1.3' sha256 'bfdb9082cac9c05fa144a13c65c66716a2518fe353d7e489084219b7faec5fe0' # 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 'http://www.kekaosx.com/' auto_updates true conflicts_with cask: 'keka-beta' depends_on macos: '>= :mavericks' 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