diff options
author | 2025-05-02 10:18:06 -0400 | |
---|---|---|
committer | 2025-05-03 00:18:06 +1000 | |
commit | 745e040e16b39f71333a8c1910826f9a7c2208be (patch) | |
tree | 9e0916a5b4482b66fca3031687e6fc2a64e1c547 /scripts/src/3rdparty.lua | |
parent | 50f4711a1d6885248687cf7b7788a5446b29855f (diff) |
3rdparty/expat: Updated expat to version 2.7.1. (#13643)
Diffstat (limited to 'scripts/src/3rdparty.lua')
-rwxr-xr-x | scripts/src/3rdparty.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index ad7932afdc2..b08e847a9ae 100755 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -29,14 +29,14 @@ project "expat" "HAVE_STDLIB_H", "HAVE_STRING_H", "PACKAGE=\"expat\"", - "PACKAGE_BUGREPORT=\"expat-bugs@libexpat.org\"", + "PACKAGE_BUGREPORT=\"https://github.com/libexpat/libexpat/issues\"", "PACKAGE_NAME=\"expat\"", - "PACKAGE_STRING=\"expat-2.2.10\"", + "PACKAGE_STRING=\"expat-2.7.1\"", "PACKAGE_TARNAME=\"expat\"", "PACKAGE_URL=\"\"", - "PACKAGE_VERSION=\"2.2.10\"", + "PACKAGE_VERSION=\"2.7.1\"", "STDC_HEADERS", - "VERSION=\"2.2.10\"", + "VERSION=\"2.7.1\"", "XML_CONTEXT_BYTES=1024", "XML_DTD", "XML_GE=1", |