From ee2b22f2f7e416dd4c391c025a4ed91b0cc0d439 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 30 Nov 2018 12:53:36 +0100 Subject: [PATCH] Update mingw-w64-postgreslq to 11.1 --- postgresql/mingw-w64/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql/mingw-w64/PKGBUILD b/postgresql/mingw-w64/PKGBUILD index 2bdc0628..b29036a1 100644 --- a/postgresql/mingw-w64/PKGBUILD +++ b/postgresql/mingw-w64/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: ant32 pkgname=mingw-w64-postgresql -pkgver=10.5 +pkgver=11.1 pkgrel=1 pkgdesc='Sophisticated object-relational DBMS (mingw-w64)' arch=('any') @@ -16,7 +16,7 @@ conflicts=('mingw-w64-postgresql-libs') replaces=('mingw-w64-postgresql-libs') source=("http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2" '0001-Use-.dll.a-as-extension-for-import-libraries.patch') -sha256sums=('6c8e616c91a45142b85c0aeb1f29ebba4a361309e86469e0fb4617b6a73c4011' +sha256sums=('90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08' '10fdb0beeb4c282f3395bb9cc7b20234d6534067fc0834e781fc5feb264c2b78') _architectures="i686-w64-mingw32 x86_64-w64-mingw32"