diff options
author | pyllyukko <pyllyukko@maimed.org> | 2024-03-02 10:49:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-05 17:30:41 +0700 |
commit | ff54f23b1ccd9b15418e188e5c94f39ff8674699 (patch) | |
tree | 1df1baefaeb59b05338f4c5f9c32efa40ec84f8e /perl/perl-net-http/perl-net-http.SlackBuild | |
parent | 763cc35fd19ef94f9ae6cec497a215825596ceb9 (diff) |
perl/perl-net-http: Updated for version 6.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-net-http/perl-net-http.SlackBuild')
-rw-r--r-- | perl/perl-net-http/perl-net-http.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/perl-net-http/perl-net-http.SlackBuild b/perl/perl-net-http/perl-net-http.SlackBuild index 8b56cda8dd0e6..5925856154665 100644 --- a/perl/perl-net-http/perl-net-http.SlackBuild +++ b/perl/perl-net-http/perl-net-http.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-net-http -VERSION=${VERSION:-6.09} +VERSION=${VERSION:-6.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -51,7 +51,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} SRCNAM=Net-HTTP -DOCFILES="Changes README" +DOCFILES="Changes README.md LICENSE INSTALL CONTRIBUTORS" set -e |