mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-JSON-XS: Updated for version 4.02.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
10d312873b
commit
85c9ae0369
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for perl-JSON-XS
|
# Slackware build script for perl-JSON-XS
|
||||||
|
|
||||||
# Copyright 2013 Donald Cooley La Porte, IN USA
|
# Copyright 2013 Donald Cooley La Porte, IN USA
|
||||||
# Copyright 2017 Donald Cooley South Haven, IN USA
|
# Copyright 2017-2019 Donald Cooley South Haven, IN USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=perl-JSON-XS
|
PRGNAM=perl-JSON-XS
|
||||||
VERSION=${VERSION:-3.04}
|
VERSION=${VERSION:-4.02}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="perl-JSON-XS"
|
PRGNAM="perl-JSON-XS"
|
||||||
VERSION="3.04"
|
VERSION="4.02"
|
||||||
HOMEPAGE="https://metacpan.org/release/JSON-XS"
|
HOMEPAGE="https://metacpan.org/release/JSON-XS"
|
||||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-3.04.tar.gz"
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.02.tar.gz"
|
||||||
MD5SUM="29e15165813fb240f6972bc19b4711dc"
|
MD5SUM="1a9868d08ca395366cf1d1ea99753e6c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-Canary-Stability perl-Types-Serialiser"
|
REQUIRES="perl-Canary-Stability perl-Types-Serialiser"
|
||||||
|
|
Loading…
Reference in a new issue