diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 13:44:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 13:44:54 +0200 |
commit | 29511227944ddfbbf653baee8ee150d023beac21 (patch) | |
tree | 7b399b5074b06af694ee46c812de19fda714730c /toolchain/expat/Makefile.inc | |
parent | 3887bfeca14c49e117b86a566611465d69542d98 (diff) |
expat: update to 2.7.1
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 |