Added and indexed Ubuntu 13.10

This commit is contained in:
Yorhel 2013-10-20 08:24:52 +02:00
parent 000ffd33f6
commit 61d822a76b
3 changed files with 10 additions and 1 deletions

View file

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