Hi, In a home-made package, in addition to a Git repo, I need to download a binary file. I do it with curl in a pre or post download hook. I provided a .hash file for the package. Buildroot actually checks the Git tarball hash, but not the other file's. How can I force it ? David