diff options
Diffstat (limited to 'repo/pcre2')
-rw-r--r-- | repo/pcre2/pcre2.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/pcre2/pcre2.xibuild b/repo/pcre2/pcre2.xibuild index 46e35e9..f014fa6 100644 --- a/repo/pcre2/pcre2.xibuild +++ b/repo/pcre2/pcre2.xibuild @@ -3,7 +3,7 @@ MAKEDEPS="make " DEPS="musl readline zlib bzip2 sh" -PKG_VER=10.39 +PKG_VER=10.40 SOURCE=https://github.com/PhilipHazel/pcre2/releases/download/pcre2-$PKG_VER/pcre2-$PKG_VER.tar.gz DESC="A library that implements regular expressions in a perl style" |