diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-08-03 22:30:36 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-04 13:36:13 +0200 |
commit | c55c64e0b4cef007bd5a757eea2dfb76895fea4b (patch) | |
tree | c0bb5352fd86ea36572a0f5a0cb367f2ff63a6eb /tools/expat/Makefile | |
parent | ad645323340ace0634e8f75150fbfb6fa4414815 (diff) | |
download | upstream-c55c64e0b4cef007bd5a757eea2dfb76895fea4b.tar.gz upstream-c55c64e0b4cef007bd5a757eea2dfb76895fea4b.tar.bz2 upstream-c55c64e0b4cef007bd5a757eea2dfb76895fea4b.zip |
expat: Update to 2.2.7
Update (lib)expat to 2.2.7
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(cherry picked from commit 7270fdb62ff86f7b85c6dfbc0ea4ff0ba5ff9b9e)
Diffstat (limited to 'tools/expat/Makefile')
-rw-r--r-- | tools/expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/expat/Makefile b/tools/expat/Makefile index 14425ed124..4afcb5e923 100644 --- a/tools/expat/Makefile +++ b/tools/expat/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat PKG_CPE_ID:=cpe:/a:libexpat:expat -PKG_VERSION:=2.2.6 +PKG_VERSION:=2.2.7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_HASH:=17b43c2716d521369f82fc2dc70f359860e90fa440bea65b3b85f0b246ea81f2 +PKG_HASH:=cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18 PKG_SOURCE_URL:=@SF/expat HOST_BUILD_PARALLEL:=1 |