mkdir ../BAD_CHECKSUM
for i in $(grep '{checksum}' */*/tools/chocolateyInstall.ps1 -l | cut -d'/' -f 1-2); do j=$(echo $i | tr '/' '-'); cp -a $i ../BAD_CHECKSUM/$j; done
for i in $(grep '{checksum}' */*/tools/chocolateyInstall.ps1 -l | cut -d'/' -f 1-2); do echo rm -rf $i; done
Packages with empty checksums are not pushed to the Chocolatey gallery. There is also no overt notice this has happened so the missing package is not fixed until the mistake is noticed.
Guilty list
cleanup
Packages with empty checksums are not pushed to the Chocolatey gallery. There is also no overt notice this has happened so the missing package is not fixed until the mistake is noticed.