summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2019-09-15 13:40:14 -0400
committerSean Anderson2019-09-15 13:40:14 -0400
commitcf1925c1b047190486c92070e1ff987371adf51f (patch)
treecd8c0b4bfca168aa1080f67fc732347ab5985570
parent94f555912e40a497e3dedc13dcddeacbb4bab2e2 (diff)
downloadaur-cf1925c1b047190486c92070e1ff987371adf51f.tar.gz
update to 1.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd0dbe8c444c..463bcc6acd9d 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.2
+ pkgver = 1.9.3
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.2/poco-1.9.2-all.tar.bz2
- sha256sums = 74f117e2c6c0f2de1e4ffd6fc5b8053a7bc05d331e7a7c606d0fcc3917f827a4
+ source = https://pocoproject.org/releases/poco-1.9.3/poco-1.9.3-all.tar.bz2
+ sha256sums = 888acb0582cde176bbceac208aa24532f13e04b0c3929036f7cb9b872e4cb61f
pkgname = mingw-w64-poco
diff --git a/PKGBUILD b/PKGBUILD
index afa3c8ff8f9f..783818736f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Christopher Reimer <vdr4arch at creimer dot net>
pkgname=mingw-w64-poco
-pkgver=1.9.2
+pkgver=1.9.3
_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=('74f117e2c6c0f2de1e4ffd6fc5b8053a7bc05d331e7a7c606d0fcc3917f827a4')
+sha256sums=('888acb0582cde176bbceac208aa24532f13e04b0c3929036f7cb9b872e4cb61f')
options=(!strip staticlibs !buildflags)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"