xarvel / apt-cyg

Automatically exported from code.google.com/p/apt-cyg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

md5 sum error

GoogleCodeExporter opened this issue · comments

every install fails with a md5sum error.
Logfile attached.

$ bash -x /bin/apt-cyg install git > /cygdrive/c/debug.log 2>&1; echo $?
1


Original issue reported on code.google.com by dak...@dakkar.eu on 26 Mar 2015 at 5:27

Attachments:

(Copied from a reply on anther issue)

I ran into the same issue just yesterday.  The hash algorithm has changed in 
Cygwin's setup.ini, looks like they've upgraded from MD5 to SHA512.

Since Google Code is about to die off, I went ahead and made a fix in my fork:
 * https://github.com/digitallamb/apt-cyg

Give it a try and let me know if you have issues.

Original comment by capnsla...@gmail.com on 26 Mar 2015 at 9:32

There is a pull requrest in the "official" (?) git repo: 
https://github.com/transcode-open/apt-cyg/pull/38

Hiope this will be merged.

Original comment by dak...@dakkar.eu on 27 Mar 2015 at 6:29