KiCad / kicad-winbuilder

Windows builder for the KiCad project based on the MSYS2 MinGW system [moved to https://gitlab.com/kicad]
51 stars 24 forks source link

msys2-base-i686-20180531.tar.xz bad checksum #82

Closed f6fvy closed 4 years ago

f6fvy commented 5 years ago

Apparently, the md5 checksum of msys2-base-i686-20180531.tar.xz (used for 32-bit build environment) is wrong. I get b2ef7b785e49e5cec9de908c033107b5 instead of d41d8cd98f00b204e9800998ecf8427e (line 94 of KiCad-Winbuilder.cmake).

Can someone confirm and fix the script accordingly ?

nickoe commented 5 years ago

I see the same, but I have no idea of msys2 did a reupload or why the mismatch exist in the first place.

nickoe commented 4 years ago

@f6fvy I notice that it will always use the 64 bit base installer as a base on a 64 bit windows host. Maybe the checksum has been bad all the time.