Merge pull request #5081 from wigyori/for-15.05-mxml3

CC: upgrade mxml, update download URL
This commit is contained in:
Zoltan Herpai 2017-11-18 21:18:41 +01:00 committed by GitHub
commit e6ff63036d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2014 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,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mxml
PKG_VERSION:=2.8
PKG_VERSION:=2.10
PKG_RELEASE:=1
PKG_MD5SUM:=d85ee6d30de053581242c4a86e79a5d2
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 <espenjurgensen+openwrt@gmail.com>