mattthias / slurm

yet another network load monitor
http://github.com/mattthias/slurm/wiki/
GNU General Public License v2.0
401 stars 42 forks source link

checksum error #30

Open githubedu opened 5 years ago

githubedu commented 5 years ago

Hi,

I'm getting validation failed when installing from AUR

$ pamac build slurm
Preparing...
Cloning slurm build files...
Checking slurm dependencies...
To build (1):
  slurm  0.4.3-1    AUR

Edit build files ? [y/N] n

Apply transaction ? [y/N] y
==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required
Authenticating as: -------
Password:
==== AUTHENTICATION COMPLETE ====

Building slurm...
==> Making package: slurm 0.4.3-1 (Wed 29 May 2019 07:03:16 EEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found 0.4.3.tar.gz
==> Validating source files with md5sums...
    0.4.3.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

Is there any place I can find a new md5sum key?

Thank you

MikaelFangel commented 1 year 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