I am running Kali Linux 2.0 with sources.list properly written with correct repositories.
However when I install oclhashcat, it just installs the older version 1.36 and not newest 2.01, hence not allowing me to run.

I have already ran apt-get update and upgrade and dist-upgrade beforehand so all should be well

Code:
root@kali:~# apt-get install oclhashcat
Reading package lists... Done
Building dependency tree       
Reading state information... Done
oclhashcat is already the newest version.
The following package was automatically installed and is no longer required:
  guile-2.0-libs
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@kali:~# oclhashcat


ERROR: This copy of oclHashcat is outdated. Get a more recent version.

root@kali:~#
Was just wondering why from official repositories it does not updates to newest version?