homebrew-cask/Casks/exist-db.rb

13 lines
365 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'exist-db' do
version '2.2RC2'
sha256 '35aa7e36f21043629a7d562968cc803e6dae84429be4a0d1c77ed62bdf6f9f2f'
2015-01-18 02:46:51 +08:00
# sourceforge.net is the official download host per the vendor homepage
url "http://downloads.sourceforge.net/sourceforge/exist/eXist-db-#{version}.dmg"
2015-02-08 19:28:03 +08:00
name 'eXist-db'
homepage 'http://exist-db.org/'
license :gpl
2014-09-16 00:05:32 +08:00
app 'eXist-db.app'
end