Skip to content

Commit

Permalink
Update pcre2 to 10.41
Browse files Browse the repository at this point in the history
  • Loading branch information
KnugiHK committed Jul 19, 2023
1 parent 46ab67b commit a30347d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
6 changes: 3 additions & 3 deletions build-x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a30347d

Please sign in to comment.