diff options
author | Francois Perrad <fperrad@gmail.com> | 2014-10-26 09:12:51 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 13:57:41 +0100 |
commit | be59a6879ebf95fb0119289d3a4f510ac141048e (patch) | |
tree | 481cabd952da67dfa0032825daf596ba776d2582 /package | |
parent | 43ddb31b076cdb43d2d25e458a5fb293321146c9 (diff) |
perl-json-tiny: bump to version 0.50
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-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 3adcb49bf..7ee611d03 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.49 +PERL_JSON_TINY_VERSION = 0.50 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 |