summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaimar Bühmann2018-03-13 20:38:04 +0100
committerRaimar Bühmann2018-03-13 20:38:04 +0100
commit96657012e8af5526ffffca0941513798338ce6a6 (patch)
tree1191692e5875a4934d867d3d8c97b645053ccf9c /PKGBUILD
parentb50a378c43152f1d8c6a81390223ed58632a7304 (diff)
downloadaur-96657012e8af5526ffffca0941513798338ce6a6.tar.gz
update to 1.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75790a141636..99358922c9eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://aur.archlinux.org/packages/poco/
pkgname=libpoco-basic
-pkgver=1.8.1
+pkgver=1.9.0
_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=('6d6ae5f06ef512580c8fab120b81fe90647c24b40654093248c589f4ae515478')
+sha256sums=('8b42a9010911da6a6e036093c372ee94ffd30cd1c08b552eb34680a595e15c98')
prepare() {
# apply patch for static build
cd poco-${pkgver}${_subrel}