From 639241d79d4b07dd6c7ca60d8c610dc79ef1b496 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Mon, 13 Jul 2015 21:15:30 +0200 Subject: [PATCH 1/3] mxml: update to 2.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Espen Jürgensen --- libs/mxml/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/mxml/Makefile b/libs/mxml/Makefile index 74cff413b..9c5a4e2c7 100644 --- a/libs/mxml/Makefile +++ b/libs/mxml/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mxml -PKG_VERSION:=2.8 +PKG_VERSION:=2.9 PKG_RELEASE:=1 -PKG_MD5SUM:=d85ee6d30de053581242c4a86e79a5d2 +PKG_MD5SUM:=e21cad0f7aacd18f942aa0568a8dee19 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.msweet.org/files/project3/ From cb070e618259fbdab1738794ac8f7cc3ee6fadcd Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sat, 3 Dec 2016 17:23:41 +0100 Subject: [PATCH 2/3] mxml: Update to version 2.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Espen Jürgensen --- libs/mxml/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/mxml/Makefile b/libs/mxml/Makefile index 9c5a4e2c7..0650ee082 100644 --- a/libs/mxml/Makefile +++ b/libs/mxml/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2015 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mxml -PKG_VERSION:=2.9 +PKG_VERSION:=2.10 PKG_RELEASE:=1 -PKG_MD5SUM:=e21cad0f7aacd18f942aa0568a8dee19 +PKG_MD5SUM:=8804c961a24500a95690ef287d150abe PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.msweet.org/files/project3/ From 72f1aa450c739f086b32f866f7146d35be4628e3 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Tue, 7 Nov 2017 23:10:38 +0100 Subject: [PATCH 3/3] mxml: update download URL Signed-off-by: Zoltan HERPAI --- libs/mxml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/mxml/Makefile b/libs/mxml/Makefile index 0650ee082..f7ee46729 100644 --- a/libs/mxml/Makefile +++ b/libs/mxml/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_MD5SUM:=8804c961a24500a95690ef287d150abe PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.msweet.org/files/project3/ +PKG_SOURCE_URL:=https://github.com/michaelrsweet/mxml/releases/download/release-$(PKG_VERSION)/ PKG_FIXUP:=autoreconf PKG_MAINTAINER:=Espen Jürgensen