changeset 6626:93e098ef8451

* src/postgresql.mk: update to v14.7
author John Donoghue <john.donoghue@ieee.org>
date Fri, 10 Feb 2023 09:44:28 -0500
parents c96d7bec34fe
children 9d23e40180a2
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Fri Feb 10 09:37:38 2023 -0500
+++ b/src/postgresql.mk	Fri Feb 10 09:44:28 2023 -0500
@@ -3,8 +3,8 @@
 
 PKG             := postgresql
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 14.6
-$(PKG)_CHECKSUM := 5bcf9de68a664abf11c2b7291b1c1948abbb4dd3
+$(PKG)_VERSION  := 14.7
+$(PKG)_CHECKSUM := 483f0728d7bc8c37fb57bee3c7ea8e888d0a5f44
 $(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)