diff options
author | Chris Walker <kris240376@gmail.com> | 2021-02-13 02:52:05 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-14 06:27:56 +0700 |
commit | 522f60cd5e1737e780237b22c2db653c4453fa68 (patch) | |
tree | 672ec37b7444f3ce175ad6aede004a0e90e06d94 /perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild | |
parent | 0972ce4ea64b1930cc55481dd9322127ff55d351 (diff) |
perl/perl-LWP-Protocol-https: Updated for version 6.10.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild')
-rw-r--r-- | perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild b/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild index f515287f9697b..885881af1c0b1 100644 --- a/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild +++ b/perl/perl-LWP-Protocol-https/perl-LWP-Protocol-https.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-LWP-Protocol-https -# Copyright 2013,2019 Chris Walker Kempner, TX +# Copyright 2013,2019,2021 Chris Walker Kempner, TX # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-LWP-Protocol-https -VERSION=${VERSION:-6.07} +VERSION=${VERSION:-6.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,7 +77,7 @@ find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - Changes README \ + Changes Install LICENSE \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |