From mboxrd@z Thu Jan 1 00:00:00 1970 From: blunderer at blunderer.org Date: Thu, 30 Jan 2014 14:52:45 -0800 Subject: [Buildroot] [PATCH 2/2] libroxml: bump version to 2.3.0 In-Reply-To: <1391122365-5347-1-git-send-email-blunderer@blunderer.org> References: <1391122365-5347-1-git-send-email-blunderer@blunderer.org> Message-ID: <1391122365-5347-2-git-send-email-blunderer@blunderer.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net From: Tristan Lelong Signed-off-by: Tristan Lelong --- package/libroxml/libroxml.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libroxml/libroxml.mk b/package/libroxml/libroxml.mk index 8a1c653..fac94b5 100644 --- a/package/libroxml/libroxml.mk +++ b/package/libroxml/libroxml.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBROXML_VERSION = 2.2.3 +LIBROXML_VERSION = 2.3.0 LIBROXML_SITE = http://download.libroxml.net/pool/v2.x/ LIBROXML_INSTALL_STAGING = YES LIBROXML_LICENSE = LGPLv2.1+ -- 618FE3EF