diff options
author | Johan Oudinet <johan.oudinet@gmail.com> | 2018-01-16 15:06:39 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-17 22:27:52 +0100 |
commit | b8678413c777798ef8f3c3eca80455985f01cfe7 (patch) | |
tree | b84844a51d5e8bd9fbc1321df214410e610a9b1a /package/erlang-p1-xml/erlang-p1-xml.mk | |
parent | 64ca1555272bc138764faca220dab6382f32d75d (diff) | |
download | buildroot-b8678413c777798ef8f3c3eca80455985f01cfe7.tar.gz buildroot-b8678413c777798ef8f3c3eca80455985f01cfe7.zip |
erlang-p1-xml: Bump to version 1.1.25
Also adjust the patch that removes rebar dependencies to reflect
version changes.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/erlang-p1-xml/erlang-p1-xml.mk')
-rw-r--r-- | package/erlang-p1-xml/erlang-p1-xml.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/erlang-p1-xml/erlang-p1-xml.mk b/package/erlang-p1-xml/erlang-p1-xml.mk index 58ba3cbdeb..ff9999834d 100644 --- a/package/erlang-p1-xml/erlang-p1-xml.mk +++ b/package/erlang-p1-xml/erlang-p1-xml.mk @@ -4,7 +4,7 @@ # ################################################################################ -ERLANG_P1_XML_VERSION = 1.1.22 +ERLANG_P1_XML_VERSION = 1.1.25 ERLANG_P1_XML_SITE = $(call github,processone,fast_xml,$(ERLANG_P1_XML_VERSION)) ERLANG_P1_XML_LICENSE = Apache-2.0 ERLANG_P1_XML_LICENSE_FILES = LICENSE.txt |