>>/1101/
Go here for the latest files:
https://dist.torproject.org
$ wget https://dist.torproject.org/tor-0.3.2.9.tar.gz
$ wget https://dist.torproject.org/tor-0.3.2.9.tar.gz.asc
The Tor developers change their keys periodically so if this happens after you type
$ gpg --verify tor-0.3.2.9.tar.gz.asc
Can't verify because
blah blah no key for key ID #######
$ gpg --recv-key #######
$ gpg --receive-keys ########
This will import the key from a key server which is defaulted to hkp://keys.gnupg.net
use the command
$ gpg --keyserver hkp://pgp.mit.edu --recv-key ######
or to another key server url to change the keyserver if it is being slow.
$ gpg --help | more
$ man gpg
is a good place to look for other commands.
Anyways if you import the missing key try the command again and it should work.