Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/archive.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2017-01-02 18:27:04 +0300
committerGitHub <noreply@github.com>2017-01-02 18:27:04 +0300
commit4b2c1a416f02ee77dad0872c8d2b760d6f47f54f (patch)
treeaeb9f6535f77c00b48f6a405d3c4f2ad45d93745
parent24dbc7f649f410e66ef6f6971018e664781d47c9 (diff)
parent44ba528afc065cc53e4d0f2b9912690906607fb3 (diff)
Merge pull request #266 from danak6jq/master
tools/expat: Upgrade expat to 2.2.0 (support aarch64)
-rw-r--r--tools/expat/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/expat/Makefile b/tools/expat/Makefile
index dfd5f286cd..a34d07f6a2 100644
--- a/tools/expat/Makefile
+++ b/tools/expat/Makefile
@@ -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,10 +8,10 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=expat
-PKG_VERSION:=2.1.0
-
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_MD5SUM:=dd7dab7a5fea97d2a6a43f511449b7cd
+PKG_VERSION:=2.2.0
+
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_MD5SUM:=2f47841c829facb346eb6e3fab5212e2
PKG_SOURCE_URL:=@SF/expat
HOST_BUILD_PARALLEL:=1