diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-01-20 10:29:55 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-20 20:28:04 +0100 |
commit | 9bef8a30b440d4113d688cd7d02340860fc34e46 (patch) | |
tree | 25df1c6d50092f314826f1582ed60f78d175f7d1 /package/perl-path-tiny | |
parent | 9b783aab98375d1d077998d11366886719887325 (diff) | |
download | buildroot-9bef8a30b440d4113d688cd7d02340860fc34e46.tar.gz buildroot-9bef8a30b440d4113d688cd7d02340860fc34e46.zip |
perl-path-tiny: bump to version 0.100
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/perl-path-tiny')
-rw-r--r-- | package/perl-path-tiny/perl-path-tiny.hash | 4 | ||||
-rw-r--r-- | package/perl-path-tiny/perl-path-tiny.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/perl-path-tiny/perl-path-tiny.hash b/package/perl-path-tiny/perl-path-tiny.hash index a62c165394..259469cc11 100644 --- a/package/perl-path-tiny/perl-path-tiny.hash +++ b/package/perl-path-tiny/perl-path-tiny.hash @@ -1,3 +1,3 @@ # retrieved by scancpan from http://cpan.metacpan.org/ -md5 840696b295230682c727297c87fe42d6 Path-Tiny-0.072.tar.gz -sha256 d7507c7822d4f7f60a5329d26c8afce31022cd92d02b011e367cc6a1eeae6981 Path-Tiny-0.072.tar.gz +md5 92ece7b2aa09f18035b0550b0118bdee Path-Tiny-0.100.tar.gz +sha256 8b8c4c9db710470a26b356e7187eba47217fbba1fe8bd0ad72c5b2cc8f6ba10c Path-Tiny-0.100.tar.gz diff --git a/package/perl-path-tiny/perl-path-tiny.mk b/package/perl-path-tiny/perl-path-tiny.mk index 0af84fdd61..ed1304d4cf 100644 --- a/package/perl-path-tiny/perl-path-tiny.mk +++ b/package/perl-path-tiny/perl-path-tiny.mk @@ -4,7 +4,7 @@ # ################################################################################ -PERL_PATH_TINY_VERSION = 0.072 +PERL_PATH_TINY_VERSION = 0.100 PERL_PATH_TINY_SOURCE = Path-Tiny-$(PERL_PATH_TINY_VERSION).tar.gz PERL_PATH_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAGOLDEN PERL_PATH_TINY_LICENSE = Apache-2.0 |