homebrew-cask/Casks/apache-couchdb.rb

21 lines
758 B
Ruby

cask 'apache-couchdb' do
version '2.3.0'
sha256 'ce79e1faee0cc02a9dc480681ea1de49f429d147337092fe8e0f27932ae2a4dd'
# bintray.com/apache/couchdb was verified as official when first introduced to the cask
url "https://dl.bintray.com/apache/couchdb/mac/#{version}/Apache-CouchDB-#{version}.zip"
appcast 'https://github.com/apache/couchdb/releases.atom'
name 'Apache CouchDB'
homepage 'https://couchdb.apache.org/'
app 'Apache CouchDB.app'
zap trash: [
'~/Library/Application Support/CouchDB',
'~/Library/Caches/org.apache.couchdb',
'~/Library/Logs/couchdb.log',
'~/Library/Logs/couchdb.log.old',
'~/Library/Preferences/org.apache.couchdb.plist',
]
end