homebrew-cask/Casks/eloquent.rb

20 lines
690 B
Ruby
Raw Normal View History

2014-11-14 01:25:46 +08:00
cask :v1 => 'eloquent' do
version '2.4.8'
sha256 '3116ce1e74a6305ad60bb60ba010ccd864f3dce71eaa1a64fee2791651119857'
2014-09-26 20:08:53 +08:00
url "https://launchpad.net/eloquent/trunk/#{version}/+download/Eloquent-#{version}.app.zip"
name 'Eloquent'
2015-05-24 00:24:02 +08:00
appcast 'http://www.eloquent-bible-study.eu/Eloquent_L2_Appcast.xml',
:sha256 => 'be88bece134fd7184f5c2a5bf68cf1c58093aa16bd9d33f18c6397e37da2f66f'
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