Homebrew / homebrew-core

🍻 Default formulae for the missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
13.76k stars 12.45k forks source link

Formulae with URL issues #28761

Closed ilovezfs closed 6 years ago

ilovezfs commented 6 years ago

curl: (22) The requested URL returned error: 403 Forbidden Error: Failed to download resource "aws-cloudsearch" Download failed: https://s3.amazonaws.com/amazon-cloudsearch-data/cloud-search-tools-v2-2.0.1.0-2014.10.27.tar.gz


- [x] [ballerina](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ballerina.rb): stable url redirects to the homepage
- [x] [git-credential-manager](https://github.com/Homebrew/homebrew-core/blob/master/Formula/git-credential-manager.rb): homepage https://java.visualstudio.com/Docs/tools/gitcredentialmanager is 404
- [x] [graphviz](https://github.com/Homebrew/homebrew-core/blob/master/Formula/graphviz.rb): homepage https://graphviz.org/ certificate issue (seems to want www. prepended)
- [x] [infer](https://github.com/Homebrew/homebrew-core/blob/master/Formula/infer.rb): homepage https://fbinfer.com/ certificate outdated
oswalpalash commented 6 years ago

Working on this one. PR : https://github.com/Homebrew/homebrew-core/pull/28831

ilovezfs commented 6 years ago

@oswalpalash awesome! Thank you :)