changeset 5100:ea13fb8b8304

* src/postgresql.mk: update to v9.4.23
author John Donoghue
date Mon, 24 Jun 2019 09:04:58 -0400
parents 9d35f8eb1e76
children 25b307ea221a
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Fri Jun 21 14:28:30 2019 -0400
+++ b/src/postgresql.mk	Mon Jun 24 09:04:58 2019 -0400
@@ -3,8 +3,8 @@
 
 PKG             := postgresql
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 9.4.22
-$(PKG)_CHECKSUM := 68ee53f1781442e429e37808973bddb7ecf1a0f5
+$(PKG)_VERSION  := 9.4.23
+$(PKG)_CHECKSUM := 383e80d113e8d70828aceab5aadefc996f95225c
 $(PKG)_SUBDIR   := postgresql-$($(PKG)_VERSION)
 $(PKG)_FILE     := postgresql-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)