summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2019-06-26 23:23:38 -0400
committerSean Anderson2019-06-26 23:23:38 -0400
commit18978e9a4f9a6a7aad3e3d64afb162308003fbe5 (patch)
tree1279de76ee84c098970a41bcfbc00bd9fe10eb59
parent2a4d83cb895378502e60e90b09bff2a385daf072 (diff)
downloadaur-18978e9a4f9a6a7aad3e3d64afb162308003fbe5.tar.gz
1.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b78a9a241758..3d8ad77c5492 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-poco
pkgdesc = C++ class libraries for network-centric, portable applications, complete edition with debug libraries (mingw-w64)
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = http://www.pocoproject.org/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-poco
options = !strip
options = staticlibs
options = !buildflags
- source = https://pocoproject.org/releases/poco-1.9.0/poco-1.9.0-all.tar.bz2
- sha256sums = b6e33898588e74337efec4e8d8b9b277bb653b08318a79215f9aa4a3ff1ea9fd
+ source = https://pocoproject.org/releases/poco-1.9.1/poco-1.9.1-all.tar.bz2
+ sha256sums = 41b441b1f36b4a148cdb269b7c006774297b48446693ee7861bd40e5da2d9b5f
pkgname = mingw-w64-poco
diff --git a/PKGBUILD b/PKGBUILD
index 26cc9ccabad4..35892492b428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Christopher Reimer <vdr4arch at creimer dot net>
pkgname=mingw-w64-poco
-pkgver=1.9.0
+pkgver=1.9.1
_pkgver=${pkgver/_/}
pkgrel=1
pkgdesc="C++ class libraries for network-centric, portable applications, complete edition with debug libraries (mingw-w64)"
@@ -16,7 +16,7 @@ license=('custom:boost')
depends=('mingw-w64-libmariadbclient' 'mingw-w64-openssl' 'mingw-w64-unixodbc')
makedepends=('mingw-w64-cmake')
source=("https://pocoproject.org/releases/poco-${_pkgver%p?}/poco-${_pkgver}-all.tar.bz2")
-sha256sums=('b6e33898588e74337efec4e8d8b9b277bb653b08318a79215f9aa4a3ff1ea9fd')
+sha256sums=('41b441b1f36b4a148cdb269b7c006774297b48446693ee7861bd40e5da2d9b5f')
options=(!strip staticlibs !buildflags)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"