1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(windows): update Expat to 2.2.10

(cherry picked from commit a59c960d81)
This commit is contained in:
Maxim Biro 2020-10-04 09:16:37 -04:00 committed by Anthony Bilinski
parent 1a9fbffb24
commit c97cacb52a
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -1009,8 +1009,8 @@ set -u
# Expat
EXPAT_PREFIX_DIR="$DEP_DIR/libexpat"
EXPAT_VERSION="2.2.9"
EXPAT_HASH="1ea6965b15c2106b6bbe883397271c80dfa0331cdf821b2c319591b55eadc0a4"
EXPAT_VERSION="2.2.10"
EXPAT_HASH="5dfe538f8b5b63f03e98edac520d7d9a6a4d22e482e5c96d4d06fcc5485c25f2"
EXPAT_FILENAME="expat-$EXPAT_VERSION.tar.xz"
if [ ! -f "$EXPAT_PREFIX_DIR/done" ]
then