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

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

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-http-cookies
VERSION=${VERSION:-6.01}
VERSION=${VERSION:-6.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -51,7 +51,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
SRCNAM=HTTP-Cookies
DOCFILES="Changes README"
DOCFILES="Changes README.md LICENSE INSTALL CONTRIBUTORS"
set -e

View file

@ -1,8 +1,8 @@
PRGNAM="perl-http-cookies"
VERSION="6.01"
VERSION="6.11"
HOMEPAGE="https://metacpan.org/pod/HTTP::Cookies"
DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz"
MD5SUM="ecfd0eeb88512033352c2f13c9580f03"
DOWNLOAD="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.11.tar.gz"
MD5SUM="80017e7e56bdc8ba16dea75789748829"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-http-message"