diff options
author | Donald Cooley <chytraeu@sdf.org> | 2020-06-02 07:49:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-02 07:49:36 +0700 |
commit | 523aea879ad845a3e3928288192d48e505abcb62 (patch) | |
tree | fa048ab3f193639a45ed49beb93235633e815d3a /perl | |
parent | e721f1cd32972cbe8d98b016dc4ede3fe14567c8 (diff) |
perl/perl-html-form: Updated for version 6.07.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-html-form/perl-html-form.SlackBuild | 9 | ||||
-rw-r--r-- | perl/perl-html-form/perl-html-form.info | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/perl/perl-html-form/perl-html-form.SlackBuild b/perl/perl-html-form/perl-html-form.SlackBuild index 47f647c66ae3..23ba33a251ba 100644 --- a/perl/perl-html-form/perl-html-form.SlackBuild +++ b/perl/perl-html-form/perl-html-form.SlackBuild @@ -2,10 +2,11 @@ # Slackware build script for perl-html-form -# Copyright 2012 Binh Nguyen <binhvng@gmail.com> +# Copyright 2020 Donald Cooley, South Haven, Indiana, USA +# Copyright 2012 Binh Nguyen # All rights reserved. # -# Adopted 2014 Glenn Becker <glenn.becker@gmail.com> +# Adopted 2014 Glenn Becker # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -25,7 +26,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-html-form -VERSION=${VERSION:-6.03} +VERSION=${VERSION:-6.07} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -93,7 +94,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a Changes README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a Changes INSTALL LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/perl/perl-html-form/perl-html-form.info b/perl/perl-html-form/perl-html-form.info index 08b78f872c89..46ead18d5f7f 100644 --- a/perl/perl-html-form/perl-html-form.info +++ b/perl/perl-html-form/perl-html-form.info @@ -1,10 +1,10 @@ PRGNAM="perl-html-form" -VERSION="6.03" +VERSION="6.07" HOMEPAGE="https://metacpan.org/pod/HTML::Form" -DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz" -MD5SUM="fa6c2680207ed4fef5ea2ef09c210614" +DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.07.tar.gz" +MD5SUM="71718750e6a2132b50eeca417a55e18e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-http-message" MAINTAINER="Donald Cooley" -EMAIL="chytraeus@protonmail.com" +EMAIL="chytraeu@sdf.org" |