changeset 5004:e1cf57551d23

* src/postgresql.mk: update to v9.4.21
author John Donoghue
date Wed, 06 Mar 2019 12:02:54 -0500
parents 8ebd014bedc5
children ec6073e0b199
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Wed Mar 06 11:53:55 2019 -0500
+++ b/src/postgresql.mk	Wed Mar 06 12:02:54 2019 -0500
@@ -3,8 +3,8 @@
 
 PKG             := postgresql
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 9.4.1
-$(PKG)_CHECKSUM := 0086c9625e727be5b1ef00c4c694e762e41eba50
+$(PKG)_VERSION  := 9.4.21
+$(PKG)_CHECKSUM := 7fdc9574a0479df5e2c623e27e02342efe63f3d5
 $(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)