With a very standard entry in a makefile (copied directly from OA's, in fact):

projects[designkit][type] = "module" 
projects[designkit][subdir] = "contrib" 
projects[designkit][version] = "1.0-beta1" 

I get the following error:

Checksum verification failed for designkit-6.x-1.0-beta1.tar.gz.tar.gz. Expected 323c5319adb71e571722bf50ad3675ed, received                      [error]
80e5bce930e7a1445ec9c6668b89ee90.

Note the ".tar.gz.tar.gz". Not sure why that is, but it looks like a packaging error.

Hmm... I note that in the "version" dropdown in filling out this bug report, there are two (2) entries for "beta1". Might that be a contributing factor?

Comments

univate’s picture

Title: checksum verification fails in makefiles » Two releases with the same version causes checksum verification fail in makefiles

yeah definitely something weird happening here, there are two beta releases:
http://drupal.org/node/659700/release

There's only one release node (same nid), but two different files with different MD5 hashes? Might be something that needs to be handed over to the drupal infra/webmaster queue.

univate’s picture

as a work around adding --ignore-checksums when running drush make will ignore the checksum

jmiccolis’s picture

Version: » 6.x-1.0-beta1
Status: Active » Fixed

This should be all straightened out now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.