diff options
Diffstat (limited to 'toolchain/expat/Makefile.inc')
-rw-r--r-- | toolchain/expat/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/expat/Makefile.inc b/toolchain/expat/Makefile.inc index 7baf7f48d..b5b9f8932 100644 --- a/toolchain/expat/Makefile.inc +++ b/toolchain/expat/Makefile.inc @@ -2,8 +2,8 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= expat -PKG_VERSION:= 2.7.0 +PKG_VERSION:= 2.7.1 PKG_RELEASE:= 1 -PKG_HASH:= 362e89ca6b8a0d46fc5740a917eb2a8b4d6356edbe016eee09f49c0781215844 -PKG_SITES:= https://github.com/libexpat/libexpat/releases/download/R_2_7_0/ +PKG_HASH:= 0cce2e6e69b327fc607b8ff264f4b66bdf71ead55a87ffd5f3143f535f15cfa2 +PKG_SITES:= https://github.com/libexpat/libexpat/releases/download/R_2_7_1/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |