changeset 7092:8930947a7c9f

* src/expat.mk: update to v2.6.1
author John Donoghue <john.donoghue@ieee.org>
date Sun, 03 Mar 2024 14:31:06 -0500
parents ee9e63cb789d
children 49579ffd6583
files src/expat.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/expat.mk	Sun Mar 03 13:54:40 2024 -0500
+++ b/src/expat.mk	Sun Mar 03 14:31:06 2024 -0500
@@ -3,8 +3,8 @@
 
 PKG             := expat
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.6.0
-$(PKG)_CHECKSUM := ab01e70378b8aa6f5f272b11931aa05c2cae2cbb
+$(PKG)_VERSION  := 2.6.1
+$(PKG)_CHECKSUM := 5c5b32948df1a319ddd81518b3994d0c99177a83
 $(PKG)_SUBDIR   := expat-$($(PKG)_VERSION)
 $(PKG)_FILE     := expat-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/expat/expat/$($(PKG)_VERSION)/$($(PKG)_FILE)