diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-10-11 12:49:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-11 12:49:22 -0700 |
commit | b2f7cea1626cbb2e511041a26d33f0e6963e2fd9 (patch) | |
tree | 045fc81d3cd1992032c617769b8602d07c065532 /libs | |
parent | a0c27cf5a3ea26dfe8b96b5660a105bc2e6e049a (diff) | |
parent | 71814007a6b631ac85f5cc9db4522014bd809f17 (diff) |
Merge pull request #10107 from BKPepe/expat
expat: Update to version 2.2.9
Diffstat (limited to 'libs')
-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 ec064986c..52231cdeb 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=expat -PKG_VERSION:=2.2.7 +PKG_VERSION:=2.2.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/expat -PKG_HASH:=30e3f40acf9a8fdbd5c379bdcc8d1178a1d9af306de29fc8ece922bc4c57bef8 +PKG_HASH:=1ea6965b15c2106b6bbe883397271c80dfa0331cdf821b2c319591b55eadc0a4 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=MIT |