summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaimar Bühmann2016-03-21 20:27:14 +0100
committerRaimar Bühmann2016-03-21 20:27:14 +0100
commit5601129fad0a3202a5277262b5f9aa5b84f6ee76 (patch)
treeb1e55d514395737a5fa8d0eb0cede8a03d2ec994 /PKGBUILD
parentb2ffb7954dc6044b37090b3878e6137b129a6366 (diff)
downloadaur-5601129fad0a3202a5277262b5f9aa5b84f6ee76.tar.gz
update to 1.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4e664836404..db281c16ded6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://aur.archlinux.org/packages/poco/
pkgname=libpoco-basic
-pkgver=1.7.1
+pkgver=1.7.2
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=('7e49692742702f75277b6fa7eb56e8209f8065be409f027cf41d5f7227d7d7b4')
+sha256sums=('7c639722949a5851acf5b50c71679543463acf05e355255837c0efc79553e841')
prepare() {
# apply patch for static build
cd poco-$pkgver