javier-lopez / learn

random files I've been collecting & programming
245 stars 47 forks source link

wget-finder: Extra mirrors for some packages #15

Open ghost opened 9 years ago

ghost commented 9 years ago

Just searching your example hash, it looks like Fedora will be a very useful mirror: See http://pkgs.fedoraproject.org/lookaside/pkgs/libssh2/libssh2-1.3.0.tar.gz/6425331899ccf1015f1ed79448cb4709/ - the hash and filename are in the URL

You could also parse slackbuilds: https://github.com/diogoleal/slackbuilds/blob/master/libssh2/libssh2.info

javier-lopez commented 9 years ago

Thanks for pointing that out @voltagex =), indeed when looking for mirrors I used fedora's for some of the missing recipes. I'll take in consideration the slack recipes if I run out of mirrors =). Cheers