1 cask :v1 => 'apache-couchdb' do
3 sha256 'c94dcc4e2ff163dfd3df52a3170f5f18be05beda3bf64c3e12a78dfe622dbf8f'
5 # mirrorservice.org is the official download host per the vendor homepage
6 url "http://www.mirrorservice.org/sites/ftp.apache.org/couchdb/binary/mac/#{version}/Apache-CouchDB-#{version}.zip"
8 homepage 'http://couchdb.apache.org/'
11 app 'Apache CouchDB.app'
14 '~/Library/Application Support/CouchDB',
15 '~/Library/Caches/org.apache.couchdb',
16 '~/Library/Logs/couchdb.log',
17 '~/Library/Logs/couchdb.log.old',
18 '~/Library/Preferences/org.apache.couchdb.plist'