Debian package fails to update with hash key mismatch

# apt-get update
W: Failed to fetch https://homegear.eu/packages/Raspbian/jessie/Packages  Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.

Doing

rm -rf /var/lib/apt/lists/*

and rebooting did not resolve the hash mismatch issue.

Not sure where to take it from here. Could the issue related to caching of the repo assets?

$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 8.0 (jessie)
Release:        8.0
Codename:       jessie

Hello @jonas,

it’s working here on several Pis - just tested it. I don’t know where the error is coming from.

Yes.

Maybe try:

apt-get clean

and then

rm -Rf /var/lib/apt/lists/*

again. Does that help? Does anybody else have this problem?

Cheers,

Sathya

It works now. I didn’t change anything, so it probably was a caching issue.