summaryrefslogtreecommitdiffstats
path: root/perl-cpan
diff options
context:
space:
mode:
authorTreeve Jelbert2019-05-02 16:17:03 +0200
committerTreeve Jelbert2019-05-03 08:51:38 +0200
commit21cdec84c3b92a087a910ab870800e0dc7569b19 (patch)
tree2761e46fd27632e89dda761977af39ebf421d711 /perl-cpan
parentce4fadc495633e50ecbc4a2bf388425d964e1ee8 (diff)
json: => 4.02
Diffstat (limited to 'perl-cpan')
-rwxr-xr-xperl-cpan/json/DETAILS8
-rw-r--r--perl-cpan/json/HISTORY3
2 files changed, 7 insertions, 4 deletions
diff --git a/perl-cpan/json/DETAILS b/perl-cpan/json/DETAILS
index 81bccbce8c..920b74abe5 100755
--- a/perl-cpan/json/DETAILS
+++ b/perl-cpan/json/DETAILS
@@ -1,16 +1,16 @@
SPELL=json
- VERSION=2.97001
+ VERSION=4.02
SOURCE="JSON-${VERSION}.tar.gz"
SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/I/IS/ISHIGAKI/${SOURCE}
- SOURCE_HASH=sha512:42fe08c1d7b8f689592a28c17dd7853a90c4236e64a9be175a635af005da48e06c436e80dac905893e2232ca8efee3832f6ad51992fd4ca851f8f0fd796860df
+ SOURCE_HASH=sha512:4af44478cd1dac1755768e5211fe86f0086150157393ff2075def7cf6a394fe11e8e35f369f2abc0470373efc8021e941c59ace9a92dfcd50740f924c747d95a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/JSON-${VERSION}"
- WEB_SITE="http://search.cpan.org/~ishigaki/JSON/"
+ WEB_SITE="https://search.cpan.org/~ishigaki/JSON/"
LICENSE[0]=ART
ENTERED=20121003
SHORT="JSON (JavaScript Object Notation) encoder/decoder"
cat << EOF
JSON (JavaScript Object Notation) is a simple data format. See to
-http://www.json.org/ and RFC4627(http://www.ietf.org/rfc/rfc4627.txt).
+https://www.json.org/ and RFC4627(http://www.ietf.org/rfc/rfc4627.txt).
This module converts Perl data structures to JSON and vice versa using either
JSON::XS or JSON::PP.
diff --git a/perl-cpan/json/HISTORY b/perl-cpan/json/HISTORY
index b364b33ee1..2a492f29ad 100644
--- a/perl-cpan/json/HISTORY
+++ b/perl-cpan/json/HISTORY
@@ -1,3 +1,6 @@
+2019-05-02 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 4.02
+
2018-01-05 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
fixed WEB_SITE