The file openpublic.make contains a line of code at the end where the "libraries" are that specifies a download URL for the "plupload" library, but plupload library has changed the link to the GPL2 version of plupload.
The new link points to github and I've changed it in the openpublic.make file I've uploaded here.
The specific line of code I changed is this:
OLD CODE
libraries[plupload][download][url] = http://www.plupload.com/plupload_1_3_0.zip
NEW CODE
libraries[plupload][download][url] = https://github.com/downloads/moxiecode/plupload/plupload_1_5_1_1.zip
I've confirmed this works by doing a fresh install through drush make
Comments
Comment #1
Rodney Strong commentedForgot I can't upload .make files. Here's the same file but with a .zip file extension.
Comment #2
tirdadc commentedThis has been corrected, thanks.