diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-08-20 10:03:29 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-21 23:41:05 +0200 |
commit | 731a0316a6e4172d24c5eefc8897cdfefc89a5c5 (patch) | |
tree | 40e92b9c436dfcf29b30678b4c8b176cebda6ff3 /package/perl-xml-namespacesupport/Config.in | |
parent | 7fed1a77e7984540db91f9f9b92badf8c4ee282c (diff) | |
download | buildroot-731a0316a6e4172d24c5eefc8897cdfefc89a5c5.tar.gz buildroot-731a0316a6e4172d24c5eefc8897cdfefc89a5c5.zip |
perl-xml-namespacesupport: bump to version 1.12
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-xml-namespacesupport/Config.in')
-rw-r--r-- | package/perl-xml-namespacesupport/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/perl-xml-namespacesupport/Config.in b/package/perl-xml-namespacesupport/Config.in index bc67d47904..93a697c624 100644 --- a/package/perl-xml-namespacesupport/Config.in +++ b/package/perl-xml-namespacesupport/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT bool "perl-xml-namespacesupport" help - a simple generic namespace support class + A simple generic namespace processor - https://metacpan.org/release/XML-NamespaceSupport + https://github.com/perigrin/xml-namespacesupport |