mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
From the homepage: > Our product itself is completely Open Source (BSD-licensed) and > platform independent; join our mailing lists to get regular updates!
10 lines
256 B
Ruby
10 lines
256 B
Ruby
class Basex < Cask
|
|
version '7.8.1'
|
|
sha256 '495b4c32cb916c02543a5f19b702c01516b1b8f452be537259dd6d1ad040ca87'
|
|
|
|
url "http://files.basex.org/releases/#{version}/BaseX781.app.zip"
|
|
homepage 'http://basex.org/home/'
|
|
license :bsd
|
|
|
|
app 'BaseX.app'
|
|
end
|