summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2024-05-18 21:14:11 +0200
committerRaimar Bühmann2024-05-18 21:14:11 +0200
commit62fc9956be71cc20f0ef13cdc69e1fafb6522e21 (patch)
tree35657896316fd0ac23c13a13ce9bf81aaa1a5b3f
parent6e661ec08dd9f6b7ad2ea42edeb495495d3753f4 (diff)
downloadaur-62fc9956be71cc20f0ef13cdc69e1fafb6522e21.tar.gz
Update to 1.13.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb3af4cc5237..184d49f6cae0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libpoco-basic
pkgdesc = C++ class libraries for network-centric, portable applications, basic edition
- pkgver = 1.13.2
+ pkgver = 1.13.3
pkgrel = 1
url = http://www.pocoproject.org
arch = i686
@@ -13,7 +13,7 @@ pkgbase = libpoco-basic
conflicts = poco
conflicts = poco-devel
conflicts = poco-git
- source = http://www.pocoproject.org/releases/poco-1.13.2/poco-1.13.2.tar.gz
- sha256sums = 7cc8c024dc7ca93f94a252151268857a4009309f78cdb3c4c04bfeae2e1c9164
+ source = http://www.pocoproject.org/releases/poco-1.13.3/poco-1.13.3.tar.gz
+ sha256sums = 5bb8781e26245f337afd526fe443eebdc1b1647bee8a607de9a363884dd7b322
pkgname = libpoco-basic
diff --git a/PKGBUILD b/PKGBUILD
index 36b4c7a81742..c9b0dbf4b272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://aur.archlinux.org/packages/poco/
pkgname=libpoco-basic
-pkgver=1.13.2
+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=('7cc8c024dc7ca93f94a252151268857a4009309f78cdb3c4c04bfeae2e1c9164')
+sha256sums=('5bb8781e26245f337afd526fe443eebdc1b1647bee8a607de9a363884dd7b322')
prepare() {
# apply patch for static build
cd poco-${pkgver}${_subrel}