Commit 6dc3c5c5 authored by Dietmar Maurer's avatar Dietmar Maurer

add correct url for proxmox package changelogs

parent 39d729a6
......@@ -93,7 +93,10 @@ my $get_changelog_url =sub {
my $srcpkg = $info->{SourcePkg} || $pkgname;
if ($origin eq 'Debian') {
$changelog_url = "http://packages.debian.org/changelogs/$base/" .
"${srcpkg}_$pkgver/changelog";
"${srcpkg}_${pkgver}/changelog";
} elsif ($origin eq 'Proxmox') {
$changelog_url = "http://download.proxmox.com/changelogs/${pkgname}/" .
"${pkgname}_${pkgver}_changelog";
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment