homebrew-cask/Casks/exist-db.rb

12 lines
378 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'exist-db' do
2016-02-14 08:39:07 +08:00
version '2.2'
sha256 '6f757b20263365faff23a00e80a903638d5798566109071e8536105f3d440c78'
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'
homepage 'http://exist-db.org/'
2014-09-16 00:05:32 +08:00
app 'eXist-db.app'
end