homebrew-cask/Casks/exist-db.rb

12 lines
354 B
Ruby
Raw Normal View History

2014-11-14 01:25:48 +08:00
cask :v1 => '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"
homepage 'http://exist-db.org/'
license :gpl
2014-09-16 00:05:32 +08:00
app 'eXist-db.app'
end