I'm trying to install kali-linux-top10 using the raspberry pi 2 version and it looks like the index of the deb files is not updated.

Here's the error:
Code:
After this operation, 789 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Err http://http.kali.org/kali/ sana/main kali-linux armhf 1.67
  404  Not Found
Err http://http.kali.org/kali/ sana/main metasploit-common armhf 1.0.2-0kali0+b1
  404  Not Found
Err http://http.kali.org/kali/ sana/main metasploit-framework armhf 4.11.3-2015063001-1kali0+b1
  404  Not Found
Err http://http.kali.org/kali/ sana/main kali-linux-top10 armhf 1.67
  404  Not Found
E: Failed to fetch http://http.kali.org/kali/pool/main/k/kali-meta/kali-linux_1.67_armhf.deb  404  Not Found

E: Failed to fetch http://http.kali.org/kali/pool/main/m/metasploit-common/metasploit-common_1.0.2-0kali0+b1_armhf.deb  404  Not Found

E: Failed to fetch http://http.kali.org/kali/pool/main/m/metasploit-framework/metasploit-framework_4.11.3-2015063001-1kali0+b1_armhf.deb  404  Not Found

E: Failed to fetch http://http.kali.org/kali/pool/main/k/kali-meta/kali-linux-top10_1.67_armhf.deb  404  Not Found

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I've apt-get update'd and get the same result.

in looking at the files here http://http.kali.org/kali/pool/main/k/kali-meta/ I don't see files for version 1.67, but do see them for 1.55.25, 2.41 and 3.1
I'm guessing that the index for the apt repository needs to be updated to include the current package files that are available.

Can anyone here help with that?