summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 149288584906..fa194903a02d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-pcre2
pkgdesc = A library that implements Perl 5-style regular expressions. 2nd version (mingw-w64)
- pkgver = 10.31
- pkgrel = 3
+ pkgver = 10.32
+ pkgrel = 1
url = http://www.pcre.org/
arch = any
license = BSD
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-pcre2
options = staticlibs
options = !strip
options = !buildflags
- source = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.31.tar.bz2
- sha256sums = e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac
+ source = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.32.tar.bz2
+ sha256sums = f29e89cc5de813f45786580101aaee3984a65818631d4ddbda7b32f699b87c2e
pkgname = mingw-w64-pcre2
diff --git a/PKGBUILD b/PKGBUILD
index e9869cd0e0a4..38a5418ab37a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-pcre2
-pkgver=10.31
-pkgrel=3
+pkgver=10.32
+pkgrel=1
pkgdesc=" A library that implements Perl 5-style regular expressions. 2nd version (mingw-w64)"
arch=(any)
url="http://www.pcre.org/"
@@ -10,7 +10,7 @@ depends=(mingw-w64-crt)
options=(staticlibs !strip !buildflags)
optdepends=(mingw-w64-readline mingw-w64-bzip2 mingw-w64-zlib)
source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-$pkgver.tar.bz2")
-sha256sums=('e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac')
+sha256sums=('f29e89cc5de813f45786580101aaee3984a65818631d4ddbda7b32f699b87c2e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"