-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update pkg-config.yaml #799
base: master
Are you sure you want to change the base?
Conversation
suitesparse: fix broken url
Old link doesn't work anymore. New source added.
Another option: http://files.etoilebsd.net/pkgconf/pkgconf-0.9.6.tar.bz2 |
@@ -10,7 +10,7 @@ defaults: | |||
|
|||
sources: | |||
- key: tar.bz2:yqfhovb74xdslg4bh5yn3lzctqtwbisq | |||
url: http://rabbit.dereferenced.org/~nenolod/distfiles/pkgconf-0.9.6.tar.bz2 | |||
url: https://github.com/pkgconf/pkgconf/archive/pkgconf-0.9.6.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to also update the key
. Use hit fetch https://github.com/pkgconf/pkgconf/archive/pkgconf-0.9.6.tar.gz
to get it.
The old link works fine for me. |
I think we should prefer original project links to the extent possible though, which I guess means the GitHub link in this case? |
I'm not sure what is the original project link, but there is no |
Ah. |
This shows that we are already using the correct link. |
The official tarball was down all of the workday yesterday. I had to download it manually and shove it into the .hashstack folder for the build to continue. And when I was looking around online, it seems to go down often. |
FWIW, you can download any (identical, same-hash) tarball from another On 06/09/2015 04:14 PM, agondolo wrote:
|
30150cb
to
d978b36
Compare
Old link doesn't work anymore. New source added.