perl/perl-http-daemon: Updated for version 6.16.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
pyllyukko 2024-03-10 16:39:19 +02:00 committed by Willy Sudiarto Raharjo
parent 9c29c3cfaa
commit 3a5028a2b7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-http-daemon
VERSION=${VERSION:-6.01}
VERSION=${VERSION:-6.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -51,7 +51,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SRCNAM=HTTP-Daemon
DOCFILES="Changes README"
DOCFILES="Changes README LICENCE INSTALL CONTRIBUTING"
set -e

View file

@ -1,10 +1,10 @@
PRGNAM="perl-http-daemon"
VERSION="6.01"
VERSION="6.16"
HOMEPAGE="https://metacpan.org/pod/HTTP::Daemon"
DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz"
MD5SUM="ed0ae02d25d7f1e89456d4d69732adc2"
DOWNLOAD="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Daemon-6.16.tar.gz"
MD5SUM="51425462790165aeafc2819a7359706f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-http-message"
REQUIRES="perl-http-message perl-Module-Build-Tiny perl-Test-Needs"
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"