Open githubedu opened 5 years ago
I know it's an old issue, but here comes the answer for others who might look for it. To find the md5sum you could download the tar.gz
file from the release and then run md5sum
on the tar.gz
file.
Example:
$ wget https://github.com/mattthias/slurm/archive/refs/tags/upstream/0.4.3.tar.gz
$ md5sum slurm-upstream-0.4.3.tar.gz
> ff39b8e1fd31274ba1bb36d4aadc1d48 slurm-upstream-0.4.3.tar.gz
Hi,
I'm getting validation failed when installing from AUR
Is there any place I can find a new md5sum key?
Thank you