homebrew-cask/Casks/lighthouse.rb

14 lines
373 B
Ruby

cask :v1 => 'lighthouse' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3-eu-west-1.amazonaws.com/vinumeris/lighthouse/Lighthouse.dmg'
name 'Vinumeris Lighthouse'
homepage 'https://www.vinumeris.com/lighthouse'
license :apache
tags :vendor => 'Vinumeris'
app 'Lighthouse.app'
end