summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-08-27 20:53:08 +0200
committerNicola Murino2021-08-27 20:53:08 +0200
commitdfb2143f1efb1928debcc8ab9065450b9aa8c5d9 (patch)
tree78a4472efea36f62b28fd8455810f460afc923e3
parentb7a110467a62d55dc243aac1465a91e9b152dda2 (diff)
downloadaur-dfb2143f1efb1928debcc8ab9065450b9aa8c5d9.tar.gz
Update to 8.45
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 708641b1578b..65200154b59d 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.44
- pkgrel = 2
+ pkgver = 8.45
+ pkgrel = 1
url = http://www.pcre.org/
arch = any
license = BSD
@@ -16,10 +16,10 @@ pkgbase = mingw-w64-pcre
options = staticlibs
options = !strip
options = !buildflags
- 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
+ source = https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.bz2
+ source = https://ftp.pcre.org/pub/pcre/pcre-8.45.tar.bz2.sig
validpgpkeys = 45F68D54BBE23FB3039B46E59766E084FB0F43D8
- sha512sums = f26d850aab5228799e58ac8c2306fb313889332c39e29b118ef1de57677c5c90f970d68d3f475cabc64f8b982a77f04eca990ff1057f3ccf5e19bd137997c4ac
+ sha512sums = 91bff52eed4a2dfc3f3bfdc9c672b88e7e2ffcf3c4b121540af8a4ae8c1ce05178430aa6b8000658b9bb7b4252239357250890e20ceb84b79cdfcde05154061a
sha512sums = SKIP
pkgname = mingw-w64-pcre
diff --git a/PKGBUILD b/PKGBUILD
index 60674c21907a..1f124757582f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-pcre
-pkgver=8.44
-pkgrel=2
+pkgver=8.45
+pkgrel=1
pkgdesc="A library that implements Perl 5-style regular expressions (mingw-w64)"
arch=(any)
url="http://www.pcre.org/"
@@ -12,7 +12,7 @@ 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
-sha512sums=('f26d850aab5228799e58ac8c2306fb313889332c39e29b118ef1de57677c5c90f970d68d3f475cabc64f8b982a77f04eca990ff1057f3ccf5e19bd137997c4ac'
+sha512sums=('91bff52eed4a2dfc3f3bfdc9c672b88e7e2ffcf3c4b121540af8a4ae8c1ce05178430aa6b8000658b9bb7b4252239357250890e20ceb84b79cdfcde05154061a'
'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"