changeset 5313:e6b05cb48ec6

* src/postgresql.mk: update to v9.4.26
author John Donoghue
date Fri, 14 Feb 2020 12:57:33 -0500
parents 8e982ff628c8
children 7f618ab721ef
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Fri Feb 14 11:54:48 2020 -0500
+++ b/src/postgresql.mk	Fri Feb 14 12:57:33 2020 -0500
@@ -3,8 +3,8 @@
 
 PKG             := postgresql
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 9.4.25
-$(PKG)_CHECKSUM := 7424a2e160cf5c91de3b0522e2f903d93824670b
+$(PKG)_VERSION  := 9.4.26
+$(PKG)_CHECKSUM := 832094c944c57ac19ddcd552ada732a77609de75
 $(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)