
Here is the repository for the latest chromium builds. (Google Chrome for Linux).
#Chrome
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
Add these to your sources.list with
sudo gedit /etc/apt/sources.list
and then paste all that text at the bottom. Open a terminal, and run:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5
sudo apt-get update
sudo apt-get install chromium chromium-browser
Enjoy!