summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-10-20 08:24:52 +0200
committerYorhel <git@yorhel.nl>2013-10-20 08:24:52 +0200
commit61d822a76bd0c14c074f1fe65dbd56cb64af224c (patch)
tree6c2dd8891fdb66ef73eec058f66244163f6f9161 /www
parent000ffd33f6c590f1fcc9db52b01b64b451a078df (diff)
Added and indexed Ubuntu 13.10
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.pl b/www/index.pl
index 2e9d0bf..3a43504 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -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}" },
};