diff options
author | Donald Cooley <chytraeu@sdf.org> | 2019-01-03 08:50:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-05 07:49:19 +0700 |
commit | b3997d3713ccbf39afc13b7ebc067891d5cca215 (patch) | |
tree | ef677f961f039b64b3e68720fe56a424666f8ad6 /perl/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS.SlackBuild | |
parent | 68657366a0c438290a68364c0da8ae48b316de52 (diff) |
perl/perl-Cpanel-JSON-XS: Updated for version 4.08.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS.SlackBuild')
-rw-r--r-- | perl/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS.SlackBuild b/perl/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS.SlackBuild index bf0c0c06f6a72..30e7655425a72 100644 --- a/perl/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS.SlackBuild +++ b/perl/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-Cpanel-JSON-XS -# Copyright 2018 Donald Cooley South Haven, Indiana USA +# Copyright 2018-2019 Donald Cooley South Haven, Indiana USA # 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-Cpanel-JSON-XS -VERSION=${VERSION:-4.07} +VERSION=${VERSION:-4.08} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,7 +92,7 @@ find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING Changes README \ + COPYING Changes README SIGNATURE \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |