Skip to content

Commit

Permalink
Merge pull request #6567 from rolandwalker/comment_aggregators
Browse files Browse the repository at this point in the history
Comment use of macupdate
  • Loading branch information
rolandwalker committed Oct 9, 2014
2 parents 223cb32 + 5522604 commit ca46550
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Casks/ap-grapher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ class ApGrapher < Cask
version :latest
sha256 :no_check

# macupdate is used because the vendor homepage is abandoned
# (http://www.chimoosoft.com/products/apgrapher/)
url 'https://www.macupdate.com/download/11859/APGrapher.dmg'
homepage 'https://www.macupdate.com/app/mac/11859/ap-grapher'
license :unknown

app 'AP Grapher.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
8 changes: 8 additions & 0 deletions Casks/icursor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ class Icursor < Cask
version :latest
sha256 :no_check

# macupdate is used because the vendor homepage is abandoned
# (http://www.giofx.net/GioFX/MacOS.html)
url 'https://www.macupdate.com/download/17059/iCursor.zip'
homepage 'https://www.macupdate.com/app/mac/17059/icursor'
license :unknown

app 'iCursor.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
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 ca46550

Please sign in to comment.