homebrew-cask/Casks/multibrowser.rb

18 lines
523 B
Ruby
Raw Normal View History

2014-11-14 01:26:26 +08:00
cask :v1 => 'multibrowser' do
2014-09-17 19:42:54 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# macupdate is the official download host per the vendor homepage
url 'https://www.macupdate.com/download/33861/MultiBrowser.dmg'
homepage 'https://sites.google.com/site/tesseractsoftware/multibrowser'
2014-10-01 23:33:26 +08:00
license :unknown
2014-09-16 00:05:59 +08:00
app 'MultiBrowser.app'
caveats <<-EOS.undent
Warning: #{title} has been abandoned by its author, and the
vendor homepage is defunct. This Cask downloads an untrusted
copy from an alternative source.
EOS
2013-10-31 02:35:10 +08:00
end