When deleting modules in code you can clean up after the fact, esp. for modules that don't clean up after themselves well enough on uninstall.
git rm -r sites/all/modules/contrib/hashcash
git rm -r sites/all/modules/contrib/imageapi
To your update module, we can add: