FlashPeak Slimjet won't update - Mdsum failed - what do I do?

The most recent update that wants to be installed for FlashPeak Slimjet won’t install. It says –

“Building slimjet…
==> Making package: slimjet 31.0.0.0-1 (Sat 17 Jul 2021 04:33:20 PM EDT)
==> Checking runtime dependencies…
==> Checking buildtime dependencies…
==> Retrieving sources…
→ Found LICENSE
→ Found slimjet-31.0.0.0_amd64.deb
==> Validating source files with md5sums…
LICENSE … Passed
==> Validating source_x86_64 files with md5sums…
slimjet-31.0.0.0_amd64.deb … FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build slimjet”

Is there a way to bypass the Md5 check???

The checksums are failing because there’s a new version released. Upstream doesn’t have a versioned download link, so the checksums have to be updated for every new release.The AUR package was flagged out of date a couple days ago. Either wait for the maintainer to update it or edit the PKGBUILD and update them yourself.

Tip: When pasting terminal output on Discourse forums, one can either…

  • Highlight it and use the Preformatted text </> toolbar button.

  • Add three backticks ` above and below the text (Markdown):

    ```
    text
    ```

  • Use HTML:

    <pre><code>
    text
    </pre></code>

Please edit your post accordingly.

Ok, then my next question is where do I find the up to date md5sums?

perhaps here:
https://www.slimjet.com/en/dlpage.php

the PKGBUILD uses the .deb package

The maintainer has updated the PKGBUILD