summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaimar Bühmann2016-07-20 22:49:13 +0200
committerRaimar Bühmann2016-07-20 22:49:13 +0200
commit9dc50fb122efcea673d14fd2fb5159699304e534 (patch)
tree917e8b80c445efac38aad884700d3013b5d42441 /PKGBUILD
parent5357a99340b9df6ad30a3b33506adebabe0ca3ed (diff)
downloadaur-9dc50fb122efcea673d14fd2fb5159699304e534.tar.gz
update to 1.7.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d9612d695c9..f93ef5e6342e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://aur.archlinux.org/packages/poco/
pkgname=libpoco-basic
-pkgver=1.7.3
+pkgver=1.7.4
pkgrel=1
pkgdesc="C++ class libraries for network-centric, portable applications, basic edition"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ source=(
${url}/releases/poco-${pkgver}/poco-${pkgver}.tar.gz
# RegularExpression.h.patch
)
-sha256sums=('8bf7d8fbdcb0cf893fdc0bb064dd0b23d4d7f2c8ca2e54f1bd184f0ee0a9dd5a')
+sha256sums=('d1b1d934fb33005d3dd9d3c5a87df557169c1a1e78e24e3b090a84499a1e1ecb')
prepare() {
# apply patch for static build
cd poco-$pkgver