diff --git a/RELEASE.md b/RELEASE.md index 4f38ba5..8e07930 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,7 +12,7 @@ | cares | 1.19.1 | 1.19.1 | | libpsl | 0.21.1 | 0.21.1 | | libiconv | 1.17 | 1.17 | -| pcre2 | 10.40 | 10.40 | +| pcre2 | 10.41 | 10.41 | | libgpg-error | 1.47 | 1.47 | | libassuan | 2.5.6 | 2.5.6 | | gpgme | 1.21.0 | 1.21.0 | diff --git a/build-x86.sh b/build-x86.sh index f5e9299..5e4af91 100755 --- a/build-x86.sh +++ b/build-x86.sh @@ -216,9 +216,9 @@ fi # build pcre2 # ----------------------------------------------------------------------------- if [ ! -f "$INSTALL_PATH"/lib/libpcre2-8.a ]; then - wget -nc https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.40/pcre2-10.40.tar.gz - tar -xf pcre2-10.40.tar.gz - cd pcre2-10.40 || exit + wget -nc https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.41/pcre2-10.41.tar.gz + tar -xf pcre2-10.41.tar.gz + cd pcre2-10.41 || exit ./configure \ --host=$WGET_MINGW_HOST \ --disable-shared \ diff --git a/build.sh b/build.sh index c5bc5a6..8101d65 100755 --- a/build.sh +++ b/build.sh @@ -216,9 +216,9 @@ fi # build pcre2 # ----------------------------------------------------------------------------- if [ ! -f "$INSTALL_PATH"/lib/libpcre2-8.a ]; then - wget -nc https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.40/pcre2-10.40.tar.gz - tar -xf pcre2-10.40.tar.gz - cd pcre2-10.40 || exit + wget -nc https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.41/pcre2-10.41.tar.gz + tar -xf pcre2-10.41.tar.gz + cd pcre2-10.41 || exit ./configure \ --host=$WGET_MINGW_HOST \ --disable-shared \