Added and indexed Ubuntu 12.10

This commit is contained in:
Yorhel 2012-10-18 16:57:30 +02:00
parent 25920323c4
commit f240d6117a
3 changed files with 10 additions and 1 deletions

View file

@ -51,6 +51,7 @@ $TUWF::OBJ->{pkglinks} = {
'ubuntu-natty' => sub { "http://packages.ubuntu.com/natty/$_[0]{name}" },
'ubuntu-oneiric' => sub { "http://packages.ubuntu.com/oneiric/$_[0]{name}" },
'ubuntu-precise' => sub { "http://packages.ubuntu.com/precise/$_[0]{name}" },
'ubuntu-quantal' => sub { "http://packages.ubuntu.com/quantal/$_[0]{name}" },
};