cask 'keka-beta' do version '1.1.0,5' sha256 '6e36747e75d108add96d77911797234e509643f9d973cc08ba80c3a0ccca68a0' # github.com/aonez/Keka was verified as official when first introduced to the cask url "https://github.com/aonez/Keka/releases/download/v#{version.before_comma}-beta.#{version.after_comma}/Keka-#{version.before_comma}-beta.#{version.after_comma}.dmg" appcast 'https://github.com/aonez/Keka/releases.atom', checkpoint: '3c19d0972d4868f6cd0ddd0dcfc42494606be820db6af7ff5688f4cad65b15f6' name 'Keka' homepage 'http://www.kekaosx.com/' auto_updates true conflicts_with cask: 'keka' depends_on macos: '>= :mountain_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