You can manually download the v2.6 .deb
from Ubuntu Raring (13.04) here : http://packages.ubuntu.com/raring/libopenblas-base (choose your architecture, amd64 is 64 bit and i386 is 32 bit), then install it on your system.
You could also add a PPA to get the updates, currently v2.8 (may broke your system : No PPA can be confirmed 100% safe for use or not. PPAs are a use-at-your-own-risk solution, but most times they're generally safe but there could be other system issues on your end that can cause PPA'd software to break) :
sudo add-apt-repository ppa:marutter/rdev
sudo apt-get update
sudo apt-get upgrade libopenblas-base
-
Note: Here, with OpenBlas, depedencies are satisfied, so you will be able to do this. It is not always the case.