homebrew-cask/Casks/keka.rb

24 lines
830 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'keka' do
2017-02-14 12:44:51 +08:00
version '1.0.8'
sha256 'ad6ab5e3baf98ab33d56022a844d5a37747bef9767cf9d3a2ed646f8a85630ee'
2017-01-25 02:56:13 +08:00
# github.com/aonez/Keka was verified as official when first introduced to the cask
2017-01-30 23:47:05 +08:00
url "https://github.com/aonez/Keka/releases/download/v#{version}/Keka-#{version}.dmg"
2017-01-25 02:56:13 +08:00
appcast 'https://github.com/aonez/Keka/releases.atom',
2017-02-14 12:44:51 +08:00
checkpoint: '3d0fc31334a2b913055f0d87a40f6060d778ea2a2b2713fd76cb1981709e9571'
2015-04-07 21:31:51 +08:00
name 'Keka'
homepage 'http://www.kekaosx.com/'
auto_updates true
depends_on macos: '>= :lion'
2014-09-16 00:05:48 +08:00
app 'Keka.app'
2014-11-22 22:24:19 +08:00
zap delete: [
'~/Library/Application Support/Keka',
'~/Library/Caches/com.aone.keka',
'~/Library/Preferences/com.aone.keka.plist',
2016-11-11 21:17:17 +08:00
'~/Library/Saved Application State/com.aone.keka.savedState',
]
end