summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6552b8ee1d7c..c9b0dbf4b272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://aur.archlinux.org/packages/poco/
pkgname=libpoco-basic
-pkgver=1.13.1
+pkgver=1.13.3
_subrel=
pkgrel=1
pkgdesc="C++ class libraries for network-centric, portable applications, basic edition"
@@ -17,7 +17,7 @@ source=(
${url}/releases/poco-${pkgver}/poco-${pkgver}${_subrel}.tar.gz
# RegularExpression.h.patch
)
-sha256sums=('a6c1ad494f769d50d201a8474e75736321d0075268b80c20d3063287a4ba38d8')
+sha256sums=('5bb8781e26245f337afd526fe443eebdc1b1647bee8a607de9a363884dd7b322')
prepare() {
# apply patch for static build
cd poco-${pkgver}${_subrel}