summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-06-27 12:25:52 +0200
committerMartchus2019-06-27 12:25:52 +0200
commit0745c4645529b671ab4461eadb983b797bcba90b (patch)
tree9bb75559f300cd7a7d4464b3919497d688bfdaeb
parent0076cabb2d5be2746f4a9ae1dda89bb5d45edf96 (diff)
downloadaur-0745c4645529b671ab4461eadb983b797bcba90b.tar.gz
Update to 11.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d615ba910a4..87ad5604b277 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-postgresql
pkgdesc = Sophisticated object-relational DBMS (mingw-w64)
- pkgver = 11.1
+ pkgver = 11.4
pkgrel = 1
url = https://www.postgresql.org
arch = any
@@ -17,9 +17,9 @@ pkgbase = mingw-w64-postgresql
options = staticlibs
options = !strip
options = !buildflags
- source = http://ftp.postgresql.org/pub/source/v11.1/postgresql-11.1.tar.bz2
+ source = http://ftp.postgresql.org/pub/source/v11.4/postgresql-11.4.tar.bz2
source = 0001-Use-.dll.a-as-extension-for-import-libraries.patch
- sha256sums = 90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08
+ sha256sums = 02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b
sha256sums = 10fdb0beeb4c282f3395bb9cc7b20234d6534067fc0834e781fc5feb264c2b78
pkgname = mingw-w64-postgresql
diff --git a/PKGBUILD b/PKGBUILD
index b29036a14409..2517b2cb20ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ant32 <antreimer@gmail.com>
pkgname=mingw-w64-postgresql
-pkgver=11.1
+pkgver=11.4
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=('90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08'
+sha256sums=('02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b'
'10fdb0beeb4c282f3395bb9cc7b20234d6534067fc0834e781fc5feb264c2b78')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"