homebrew-cask/Casks/lighthouse.rb

13 lines
336 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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'
2015-06-21 10:11:30 +08:00
license :apache
app 'Lighthouse.app'
end