Closed (cannot reproduce)
Project:
Link
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2011 at 08:42 UTC
Updated:
14 Feb 2012 at 00:30 UTC
I am trying to run drush make and there is error in Checksum md5 verification failed for link-7.x-1.0.tar.gz.tar.gz.
projects[link][version] = "1.0"
projects[link][type] = "module"
projects[link][subdir] = "contrib"
I get error:
Expected 0b237d7b329c0454f437f5687d607743, received f96e9f3cf7a337ef914b4e3d73b4a36c.
So I assume the the release of 1.0 is kind of broken.
So the fix for now is:
projects[link][download][type] = "get"
projects[link[download][url] = "http://ftp.drupal.org/files/projects/link-7.x-1.0.zip"
projects[link][directory_name] = "link"
projects[link][destination] = "modules"
Comments
Comment #1
dqdlink-7.x-1.0.tar.gz.tar.gz is not a valid compressed archiv. I assume there was something going wrong on your side. And this is isn't a critical bug anyway.
Trying to reproduce doesn't result in what you describe here. Cloning or downloading link from the project page works like expected and checksums are ok.