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 | |
parent | 75d757d69e770c192c5635f368a13a68b1a320e0 (diff) |
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')
-rw-r--r-- | package/perl-json-tiny/perl-json-tiny.hash | 3 | ||||
-rw-r--r-- | package/perl-json-tiny/perl-json-tiny.mk | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/package/perl-json-tiny/perl-json-tiny.hash b/package/perl-json-tiny/perl-json-tiny.hash new file mode 100644 index 000000000..0a1e7cacd --- /dev/null +++ b/package/perl-json-tiny/perl-json-tiny.hash @@ -0,0 +1,3 @@ +# retrieved by scancpan from http://cpan.metacpan.org/ +md5 70957d3df2ea67f8e2c760166fce7b24 JSON-Tiny-0.53.tar.gz +sha256 37e547c5b5b7f4dd9adf00db7c77454f3451f79c1be93ef11d4f2ddc9c10aad9 JSON-Tiny-0.53.tar.gz diff --git a/package/perl-json-tiny/perl-json-tiny.mk b/package/perl-json-tiny/perl-json-tiny.mk index 7ee611d03..ddc50aca9 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 |