changeset 5146:dd5eb3d10623

* src/postgresql.mk: update to v9.4.24
author John Donoghue
date Fri, 09 Aug 2019 12:35:26 -0400
parents 4a14839df9a5
children e714c8fe73db
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Fri Aug 09 12:33:30 2019 -0400
+++ b/src/postgresql.mk	Fri Aug 09 12:35:26 2019 -0400
@@ -3,8 +3,8 @@
 
 PKG             := postgresql
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 9.4.23
-$(PKG)_CHECKSUM := 383e80d113e8d70828aceab5aadefc996f95225c
+$(PKG)_VERSION  := 9.4.24
+$(PKG)_CHECKSUM := c1b28864ff6a3799de897921b50c75301fad2d29
 $(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)