diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-08-20 10:03:14 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-21 23:40:45 +0200 |
commit | f23c584bc030f7823f9b2c86a9c7f9c5b6d4bc8a (patch) | |
tree | 760c69baae97fd8c9d9b762cd56f54044feb106c /package/perl-file-util/perl-file-util.mk | |
parent | 97ff448fc9a30439f1a3883b2f7d1a5154c666a4 (diff) | |
download | buildroot-f23c584bc030f7823f9b2c86a9c7f9c5b6d4bc8a.tar.gz buildroot-f23c584bc030f7823f9b2c86a9c7f9c5b6d4bc8a.zip |
perl-file-util: bump to version 4.161950
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-file-util/perl-file-util.mk')
-rw-r--r-- | package/perl-file-util/perl-file-util.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl-file-util/perl-file-util.mk b/package/perl-file-util/perl-file-util.mk index 723cc7a6ed..f8f2712199 100644 --- a/package/perl-file-util/perl-file-util.mk +++ b/package/perl-file-util/perl-file-util.mk @@ -4,7 +4,7 @@ # ################################################################################ -PERL_FILE_UTIL_VERSION = 4.132140 +PERL_FILE_UTIL_VERSION = 4.161950 PERL_FILE_UTIL_SOURCE = File-Util-$(PERL_FILE_UTIL_VERSION).tar.gz PERL_FILE_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOMMY PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build |