diff options
author | pyllyukko <pyllyukko@maimed.org> | 2024-03-02 10:16:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-05 17:34:52 +0700 |
commit | 04a931e02b1f33f42abdf7c91da7e5749c6cdae0 (patch) | |
tree | 109afae363acaa30b7f8e0e00199738f7a047838 /perl/perl-http-cookies/perl-http-cookies.SlackBuild | |
parent | 120fed9504c5f6b65b9d7e308b20b3a929fdd5ff (diff) |
perl/perl-http-cookies: Updated for version 6.16.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-http-cookies/perl-http-cookies.SlackBuild')
-rw-r--r-- | perl/perl-http-cookies/perl-http-cookies.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/perl-http-cookies/perl-http-cookies.SlackBuild b/perl/perl-http-cookies/perl-http-cookies.SlackBuild index b7b00c5f853f9..d8e61a0dc1f52 100644 --- a/perl/perl-http-cookies/perl-http-cookies.SlackBuild +++ b/perl/perl-http-cookies/perl-http-cookies.SlackBuild @@ -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 |