John, To update the checksums on an easyconfig file I strongly recommend using the "--inject-checksum" option. It will download the source archive, calculate the checksum and add it into the easyconfig file. I typically use it in conjunction with "--force" so that if older MD5 checksums are still present, they will be replaced by the corresponding SHA256 checksum.
-- Davide Vanzo, PhD Application Developer Adjunct Assistant Professor of Chemical and Biomolecular Engineering Advanced Computing Center for Research and Education (ACCRE) Vanderbilt University - Hill Center 201 (615)-875-9137 www.vanderbilt.edu/accre On 2018-07-20 11:16:49-05:00 [email protected] wrote: I am updating easy_update to provide checksums for R easyconfigs. CRAN only publishes MD5sums, but the easyconfigs are using sha256. How are people updating the easyconfigs with sha256 if they are not published? I hope this is not done in a manual process. < ('gtools', '3.8.1', { < 'checksums': ['df4bee0a17bc18d00660b81ce9365426'], --- > ('gtools', '3.5.0', { > 'checksums': > ['86b6a51a92ddb3c78095e0c5dc20414c67f6e28f915bf0ee11406adad3e476f6'], John Dey HPC Operations SciComp Computing O 206.667.4308 M 360.649.2731 [email protected]<mailto:[email protected]> SciComp Office Hours Wed. 10-noon M4-B102 [ttp://www.fredhutch.org/content/dam/public/email-signatures/3/fred_hutch_logo.png]<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.fredhutch.org%2F&data=02%7C01%7Cdavide.vanzo%40vanderbilt.edu%7C711bfb2ff29a4021c1c308d5ee5c2f99%7Cba5a7f39e3be4ab3b45067fa80faecad%7C0%7C1%7C636677002069450202&sdata=k%2F1SCnXxGKlHsHqfyUkchq6XADKSfjvKNQeTbeZfLgM%3D&reserved=0> Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N., Mail Stop J4-402 Seattle, WA 98109 fredhutch.org<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.fredhutch.org%2F&data=02%7C01%7Cdavide.vanzo%40vanderbilt.edu%7C711bfb2ff29a4021c1c308d5ee5c2f99%7Cba5a7f39e3be4ab3b45067fa80faecad%7C0%7C1%7C636677002069460204&sdata=Uu0BKvEAVoSJhWUJkgbzDqg1CwtFm3II0blDCEKz5o0%3D&reserved=0>

