summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-08-31 16:19:00 +0200
committerMartchus2017-08-31 16:19:00 +0200
commit19c635202b608ab24df7bc2b24fafbebb2a519d4 (patch)
treed5fffc16571199e38f2b8981999fa6d690fb6b4e
parent01cab6fcb3dd39fbc7c03078a43d731cf282f17f (diff)
downloadaur-19c635202b608ab24df7bc2b24fafbebb2a519d4.tar.gz
Update to 9.6.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03b5f955067d..5704c113fc9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jun 4 12:42:44 UTC 2017
+# Thu Aug 31 14:19:00 UTC 2017
pkgbase = mingw-w64-postgresql
pkgdesc = A sophisticated object-relational DBMS (mingw-w64)
- pkgver = 9.6.3
+ pkgver = 9.6.4
pkgrel = 1
url = https://www.postgresql.org
arch = any
@@ -19,9 +19,9 @@ pkgbase = mingw-w64-postgresql
options = staticlibs
options = !strip
options = !buildflags
- source = http://ftp.postgresql.org/pub/source/v9.6.3/postgresql-9.6.3.tar.bz2
+ source = http://ftp.postgresql.org/pub/source/v9.6.4/postgresql-9.6.4.tar.bz2
source = postgresql-9.4.1-mingw-link.patch
- sha256sums = 1645b3736901f6d854e695a937389e68ff2066ce0cde9d73919d6ab7c995b9c6
+ sha256sums = 2b3ab16d82e21cead54c08b95ce3ac480696944a68603b6c11b3205b7376ce13
sha256sums = 0f2b5c7edb48dd106900854c9323ca2d483054595c4cf8a5b796a1d536d22aad
pkgname = mingw-w64-postgresql
diff --git a/PKGBUILD b/PKGBUILD
index cac220ce1697..e81bf5501f39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ant32 <antreimer@gmail.com>
pkgname=mingw-w64-postgresql
-pkgver=9.6.3
+pkgver=9.6.4
pkgrel=1
pkgdesc='A 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"
'postgresql-9.4.1-mingw-link.patch')
-sha256sums=('1645b3736901f6d854e695a937389e68ff2066ce0cde9d73919d6ab7c995b9c6'
+sha256sums=('2b3ab16d82e21cead54c08b95ce3ac480696944a68603b6c11b3205b7376ce13'
'0f2b5c7edb48dd106900854c9323ca2d483054595c4cf8a5b796a1d536d22aad')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"