Hash checksum issues during setup of gitlab-ce

Hi,

i am trying to install gitlab-ce on a debian 10 buster. I used your guide for the setup: https://about.gitlab.com/install/#debian.

During the execution of step 2
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | bash and
EXTERNAL_URL="https://gitlab.example.com" apt-get install gitlab-ce
a hash checksum error is returned:

root@debian:/home/debian# EXTERNAL_URL="${GITLAB_URL}" apt install gitlab-ce
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Die folgenden NEUEN Pakete werden installiert:
  gitlab-ce
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 747 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 1.992 MB Plattenplatz zusätzlich benutzt.
Holen:1 https://packages.gitlab.com/gitlab/gitlab-ce/debian buster/main amd64 gitlab-ce amd64 13.1.4-ce.0 [747 MB]
Fehl:1 https://packages.gitlab.com/gitlab/gitlab-ce/debian buster/main amd64 gitlab-ce amd64 13.1.4-ce.0
  Hash-Summe stimmt nicht überein
  Hashes of expected file:
   - SHA512:e84f3c3dcb3825ec5672d0e83c4bad5d32f658a6dde230477b52a8c09f41d0b36b3ae11c690479c845c605398e4063b6195924a2707c06fa9bfde89520a20b00
   - SHA256:b39df97b871b2def2287ddf3995fc44f9afa1ad68982a0beecfc2740761b769a
   - SHA1:f8d39a603809906409ee12d2b6a8cd0169743151 [weak]
   - MD5Sum:ea8315f6aa1d7f654b4e955d437e61cb [weak]
   - Filesize:747365174 [weak]
  Hashes of received file:
   - SHA512:ea2acffe2464c535d4fea8985cf21bb0d0d022a788756f1e0afb5ddb8025049db78fc526dabe1f85ea664801b6f3ae2d9d42bb2fb2f106dfc75e5655c25c374c
   - SHA256:2481a4e8317b67db71bc52b23bd5bc7fe45d3ceef7ada2959c835f73166bafca
   - SHA1:14e697a6372877bb6a9d6c6ad263aeb6fb822e94 [weak]
   - MD5Sum:fa5e9317d2c3bda21ac888b9db56c9df [weak]
   - Filesize:747365174 [weak]
  Last modification reported: Thu, 09 Jul 2020 16:44:20 +0000

I am facing this issue since yesterday around 20:00. I noticed, that you updated your releases around 17:00 yesterday: https://packages.gitlab.com/gitlab/gitlab-ce?page=1

Can you reproduce this issue or did I misconfigure my debian somehow?

Greetings,
Nils