www: Removed broken package links from unsupported Ubuntu versions

This commit is contained in:
Yorhel 2013-08-22 14:59:37 +02:00
parent 9ba0d311e2
commit a78c7c31d8

View file

@ -47,9 +47,7 @@ $TUWF::OBJ->{pkglinks} = {
arch => sub { "http://www.archlinux.org/packages/$_[0]{category}/i686/$_[0]{name}/" },
'debian-squeeze' => sub { "http://packages.debian.org/squeeze/$_[0]{name}" },
'debian-wheezy' => sub { "http://packages.debian.org/wheezy/$_[0]{name}" },
'ubuntu-hardy' => sub { "http://packages.ubuntu.com/hardy/$_[0]{name}" },
'ubuntu-lucid' => sub { "http://packages.ubuntu.com/lucid/$_[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}" },
'ubuntu-raring' => sub { "http://packages.ubuntu.com/raring/$_[0]{name}" },