changeset 5216:77a91d14098c

* src/postgresql.mk: update to v9.4.25
author John Donoghue
date Tue, 19 Nov 2019 08:28:47 -0500
parents 870bd05fe9c9
children 2d5000b47c58
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Tue Nov 19 08:26:02 2019 -0500
+++ b/src/postgresql.mk	Tue Nov 19 08:28:47 2019 -0500
@@ -3,8 +3,8 @@
 
 PKG             := postgresql
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 9.4.24
-$(PKG)_CHECKSUM := c1b28864ff6a3799de897921b50c75301fad2d29
+$(PKG)_VERSION  := 9.4.25
+$(PKG)_CHECKSUM := 7424a2e160cf5c91de3b0522e2f903d93824670b
 $(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)