Skip to content

Commit

Permalink
comment/caveat use of macupdate in multibrowser.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Oct 9, 2014
1 parent ad1c30a commit 5522604
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Casks/multibrowser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ class Multibrowser < Cask
version :latest
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'
license :unknown

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
end

0 comments on commit 5522604

Please sign in to comment.