### Describe the enhancement requested We should: * Download binary artifacts from GitHub Release * Verify signature by `gpg --verify XXX.asc XXX` * Verify checksum by `sha256 -c XXX.sha256` and `sha512 -c XXX.sha512`
Describe the enhancement requested
We should:
gpg --verify XXX.asc XXXsha256 -c XXX.sha256andsha512 -c XXX.sha512