homebrew-cask/Casks/eloquent.rb

18 lines
571 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'eloquent' do
2018-06-16 09:21:05 +08:00
version '2.6.3'
sha256 'ca0a09edd3af6da49dc34f79ef058949e92e0048f451a83547b4c8e88f455c11'
2016-02-27 20:24:44 +08:00
url "https://github.com/mdbergmann/Eloquent/releases/download/#{version}/Eloquent-#{version}.app.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/mdbergmann/Eloquent/releases.atom'
name 'Eloquent'
2016-02-27 20:24:44 +08:00
homepage 'https://github.com/mdbergmann/Eloquent'
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
2017-11-18 17:59:16 +08:00
zap trash: [
'~/Library/Application Support/Eloquent',
'~/Library/Caches/org.crosswire.Eloquent',
'~/Library/Logs/Eloquent.log',
]
end