summaryrefslogtreecommitdiff
path: root/pcre-static
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-06-17 09:04:28 +0200
committerErich Eckner <git@eckner.net>2021-06-17 09:04:28 +0200
commit340159c10dc8dcb9fc38ba18dbd2ce0068032731 (patch)
tree1f7c6e95d9ad349ec828b03f1b61a2b802105148 /pcre-static
parentcf607b8375bce398192e0c27363f01219fd8f393 (diff)
downloadarchlinuxewe-340159c10dc8dcb9fc38ba18dbd2ce0068032731.tar.xz
pcre-static 8.44-4 -> 8.45-1
Diffstat (limited to 'pcre-static')
-rw-r--r--pcre-static/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcre-static/PKGBUILD b/pcre-static/PKGBUILD
index e13614683..a460ecd97 100644
--- a/pcre-static/PKGBUILD
+++ b/pcre-static/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: John Proctor <jproctor@prium.net>
pkgname=pcre-static
-pkgver=8.44
-pkgrel=4
+pkgver=8.45
+pkgrel=1
pkgdesc="A library that implements Perl 5-style regular expressions"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://www.pcre.org/"
@@ -16,7 +16,7 @@ options=('staticlibs' '!libtool')
validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8')
#source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${pkgver}.tar.bz2{,.sig})
source=(https://ftp.pcre.org/pub/pcre/pcre-${pkgver}.tar.bz2)
-sha256sums=('19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d')
+sha512sums=('91bff52eed4a2dfc3f3bfdc9c672b88e7e2ffcf3c4b121540af8a4ae8c1ce05178430aa6b8000658b9bb7b4252239357250890e20ceb84b79cdfcde05154061a')
build() {
cd "${srcdir}"/pcre-${pkgver}