diff options
author | Francois Perrad <fperrad@gmail.com> | 2015-02-15 21:35:42 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-19 22:43:34 +0100 |
commit | 5fd6ab65a3a6f439bf7d6a1af9b93c13eb9ea39e (patch) | |
tree | 413ff349adebafea9e573148d8a380b733b4ec58 /package/perl-json-tiny/perl-json-tiny.mk | |
parent | 75d757d69e770c192c5635f368a13a68b1a320e0 (diff) | |
download | buildroot-5fd6ab65a3a6f439bf7d6a1af9b93c13eb9ea39e.tar.gz buildroot-5fd6ab65a3a6f439bf7d6a1af9b93c13eb9ea39e.zip |
perl-json-tiny: bump to version 0.53
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-json-tiny/perl-json-tiny.mk')
-rw-r--r-- | package/perl-json-tiny/perl-json-tiny.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl-json-tiny/perl-json-tiny.mk b/package/perl-json-tiny/perl-json-tiny.mk index 7ee611d030..ddc50aca9f 100644 --- a/package/perl-json-tiny/perl-json-tiny.mk +++ b/package/perl-json-tiny/perl-json-tiny.mk @@ -4,7 +4,7 @@ # ################################################################################ -PERL_JSON_TINY_VERSION = 0.50 +PERL_JSON_TINY_VERSION = 0.53 PERL_JSON_TINY_SOURCE = JSON-Tiny-$(PERL_JSON_TINY_VERSION).tar.gz PERL_JSON_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAVIDO PERL_JSON_TINY_DEPENDENCIES = perl |