homebrew-cask/Casks/exist-db.rb

12 lines
410 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'exist-db' do
2017-03-23 08:52:45 +08:00
version '3.1.1'
sha256 'a5dd6b8e21da6c83da843f26c92482ca8786c167e8ef4bb8c0b28ce9b29dd373'
2016-02-14 08:39:07 +08:00
# bintray.com/artifact/download/existdb was verified as official when first introduced to the cask
url "https://bintray.com/artifact/download/existdb/releases/eXist-db-#{version}.dmg"
2015-02-08 19:28:03 +08:00
name 'eXist-db'
2016-11-23 13:27:48 +08:00
homepage 'http://exist-db.org/exist/apps/homepage/index.html'
2014-09-16 00:05:32 +08:00
app 'eXist-db.app'
end