summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaimar Bühmann2024-03-21 18:36:10 +0100
committerRaimar Bühmann2024-03-21 18:36:10 +0100
commit6e661ec08dd9f6b7ad2ea42edeb495495d3753f4 (patch)
tree30e0db4c41ae0e1c91d6186dc82c840efcbf8db1 /PKGBUILD
parentd26d5f95285c2f1de5a0ac29c84c39b83fde06c4 (diff)
downloadaur-libpoco-basic.tar.gz
Update to 1.13.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6552b8ee1d7c..36b4c7a81742 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.2
_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=('7cc8c024dc7ca93f94a252151268857a4009309f78cdb3c4c04bfeae2e1c9164')
prepare() {
# apply patch for static build
cd poco-${pkgver}${_subrel}