Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix yEd cask #8671

Merged
merged 1 commit into from
Jan 6, 2015
Merged

fix yEd cask #8671

merged 1 commit into from
Jan 6, 2015

Conversation

bukzor
Copy link

@bukzor bukzor commented Jan 5, 2015

currently, the yEd cask gives this behavior

$ brew cask install yEd
==> Downloading http://www.yworks.com/products/yed/demo/yEd-3.13.dmg
######################################################################## 100.0%
curl: (7) Failed to connect to 127.0.0.1 port 80: Connection refused
Error: Download failed on Cask 'yed' with message: Download failed: http://www.yworks.com/products/yed/demo/yEd-3.13.dmg

This happens because the yEd folk have a bogus redirect at that url:

$ curl http://www.yworks.com/products/yed/demo/yEd-3.13.dmg
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://127.0.0.1/yEd-3.13.dmg">here</a>.</p>
</body></html>

vitorgalvao added a commit that referenced this pull request Jan 6, 2015
@vitorgalvao vitorgalvao merged commit 99550d2 into Homebrew:master Jan 6, 2015
@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants