summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-05-18 19:22:13 +0200
committerNicola Murino2020-05-18 19:22:13 +0200
commitdcfa6edba24bc029088178b0cd9450ba52d02705 (patch)
treeecf328e17c9708ea85b760c5ebdd504aa1603415
parentc7a1ed2a7612bee512bc88bf22193cc6b218d045 (diff)
downloadaur-dcfa6edba24bc029088178b0cd9450ba52d02705.tar.gz
Update to 8.44
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d3b2e2ee055..465d3aa2a6c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-pcre
pkgdesc = A library that implements Perl 5-style regular expressions (mingw-w64)
- pkgver = 8.43
- pkgrel = 3
+ pkgver = 8.44
+ pkgrel = 1
url = http://www.pcre.org/
arch = any
license = BSD
@@ -16,11 +16,11 @@ pkgbase = mingw-w64-pcre
options = staticlibs
options = !strip
options = !buildflags
- source = https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.bz2
- source = https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.bz2.sig
+ source = https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2
+ source = https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.bz2.sig
validpgpkeys = 45F68D54BBE23FB3039B46E59766E084FB0F43D8
- sha256sums = 91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b
- sha256sums = SKIP
+ sha512sums = f26d850aab5228799e58ac8c2306fb313889332c39e29b118ef1de57677c5c90f970d68d3f475cabc64f8b982a77f04eca990ff1057f3ccf5e19bd137997c4ac
+ sha512sums = SKIP
pkgname = mingw-w64-pcre
diff --git a/PKGBUILD b/PKGBUILD
index 8a82f0f22a35..32d5f6f905c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-pcre
-pkgver=8.43
-pkgrel=3
+pkgver=8.44
+pkgrel=1
pkgdesc="A library that implements Perl 5-style regular expressions (mingw-w64)"
arch=(any)
url="http://www.pcre.org/"
@@ -12,8 +12,8 @@ options=(staticlibs !strip !buildflags)
optdepends=(mingw-w64-readline mingw-w64-bzip2 mingw-w64-zlib)
source=("https://ftp.pcre.org/pub/pcre/pcre-$pkgver.tar.bz2"{,.sig})
validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
-sha256sums=('91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b'
- 'SKIP')
+sha512sums=('f26d850aab5228799e58ac8c2306fb313889332c39e29b118ef1de57677c5c90f970d68d3f475cabc64f8b982a77f04eca990ff1057f3ccf5e19bd137997c4ac'
+ 'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"