diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-09-06 11:53:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 11:53:39 +0200 |
commit | 2cca75656c8623f3a75ea7e122f0a6d821b94dd5 (patch) | |
tree | 2e95ccfac08b116f4e0d717a2afe2724d5d6656a /libs/expat | |
parent | cc963c9790837b9c2c085dada5687c784027431c (diff) |
lib/expat: Update to 2.2.4
Update (lib)expat to 2.2.4
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'libs/expat')
-rw-r--r-- | libs/expat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 7dc67ee9c..f57c5a429 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.2.3 +PKG_VERSION:=2.2.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/expat -PKG_HASH:=b31890fb02f85c002a67491923f89bda5028a880fd6c374f707193ad81aace5f +PKG_HASH:=03ad85db965f8ab2d27328abcf0bc5571af6ec0a414874b2066ee3fdd372019e PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>, \ Ted Hess <thess@kitschensync.net> |