When download percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm checksum doesn't match

Hi im trying download percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm
from (Percona Repo )

But i get
percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm: Downloading successful, but checksum doesn’t match. Calculated: 81727be2d8ffaa975cd 63fdd5165d9eee5e55239c596bad1cb076d31ea57593f(sha256)

If you have downloaded and installed the package previously, RPM cache may be causing the checksum mismatch. Please try to clear RPM cache and try to install again:

sudo dnf clean all

yes i did dnf clean all
but i still get
Is this ok [y/N]: y
Downloading Packages:
(1/6): percona-server-mongodb-8.0.4-2.el9.x86_64.rpm 51 kB/s | 8.2 kB 00:00
(2/6): percona-server-mongodb-mongos-8.0.4-2.el9.x86_64.rpm 3.5 MB/s | 28 MB 00:07
[MIRROR] percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm: Downloading successful, but checksum doesn’t match. Calculated: 81727be2d8ffaa975cd63fdd5165d9eee5e55239c596bad1cb076d31ea57593f(sha256) Expected: 5563f690f21134cad57927a9fbd58e84a084927b5a90a952395892bc05fbfe03(sha256)

Seems like this is the only one i have problem with
percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm

we use it like a service for developers and it’s been working great for a long until very recently i don’t know exactly when but now install script suddenly fail and i can’t see that we have done any changes.

Can you please try to download package and check checksum manually?

$ wget https://repo.percona.com/psmdb-80/yum/release/9/RPMS/x86_64/percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm
--2025-03-11 13:24:41--  https://repo.percona.com/psmdb-80/yum/release/9/RPMS/x86_64/percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm
Resolving repo.percona.com (repo.percona.com)... 147.135.54.159
Connecting to repo.percona.com (repo.percona.com)|147.135.54.159|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31810941 (30M) [application/x-redhat-package-manager]
Saving to: ‘percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm’
percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm
2025-03-11 13:24:56 (2.22 MB/s) - ‘percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm’ saved [31810941/31810941]
-------------------------------------------
$ sha256sum percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm
5563f690f21134cad57927a9fbd58e84a084927b5a90a952395892bc05fbfe03  percona-mongodb-mongosh-2.3.2.el9.x86_64.rpm

It is the same but i have realized we use jfrog to store so i guess it is not updated
so i think the problem is on our side.
Thanks for your time and help
/LL