summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaimar Bühmann2017-09-14 20:20:46 +0200
committerRaimar Bühmann2017-09-14 20:20:46 +0200
commit6f7275bb9cb65e06cb83a34f2e079b6d798b5d8f (patch)
treef1941cd82becd2d1d5ac929af00ef34c4d888f92 /PKGBUILD
parent73c0c396ef38dd323e0cf15ea5a7faa2ab9c1cc3 (diff)
downloadaur-6f7275bb9cb65e06cb83a34f2e079b6d798b5d8f.tar.gz
update to 1.7.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a0f36272e31..6b2a4b1987a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# https://aur.archlinux.org/packages/poco/
pkgname=libpoco-basic
-pkgver=1.7.8
-_subrel=p3
+pkgver=1.7.9
+_subrel=
pkgrel=2
pkgdesc="C++ class libraries for network-centric, portable applications, basic edition"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ source=(
${url}/releases/poco-${pkgver}/poco-${pkgver}${_subrel}.tar.gz
# RegularExpression.h.patch
)
-sha256sums=('40743cf18fadea6992e0ad7f668a75d46f08364a7f3ff748420fa080bbaaa3d1')
+sha256sums=('1de0052723eef6264a39e68afe7eb622ea881d304acf334664c3f3ad84f93f07')
prepare() {
# apply patch for static build
cd poco-${pkgver}${_subrel}