homebrew-cask/Casks/eloquent.rb

20 lines
672 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'eloquent' do
2015-10-30 01:23:52 +08:00
version '2.4.9'
2015-10-30 22:12:42 +08:00
sha256 'c792bc3f4685f49052d105c89c9edc830ccc27f1bec9bbe3b841c976b0d0b249'
2014-09-26 20:08:53 +08:00
url "https://launchpad.net/eloquent/trunk/#{version}/+download/Eloquent-#{version}.app.zip"
2015-05-24 00:24:02 +08:00
appcast 'http://www.eloquent-bible-study.eu/Eloquent_L2_Appcast.xml',
checkpoint: '88014a9ab9d76ad70e66bc91fb9ed9931310d2e46810cd01b759b8266c02e9c9'
name 'Eloquent'
homepage 'https://launchpad.net/eloquent'
license :gratis
2014-09-26 22:28:01 +08:00
2014-09-16 00:05:31 +08:00
app 'Eloquent.app'
2014-10-11 22:26:15 +08:00
zap delete: [
'~/Library/Application Support/Eloquent',
'~/Library/Caches/org.crosswire.Eloquent',
'~/Library/Logs/Eloquent.log',
]
end