changeset 7072:6a64bb271086

* src/postgresql.mk: update to v14.11
author John Donoghue <john.donoghue@ieee.org>
date Sat, 10 Feb 2024 18:09:02 -0500
parents 54726324fab1
children 80a99e343eea
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Sat Feb 10 18:09:01 2024 -0500
+++ b/src/postgresql.mk	Sat Feb 10 18:09:02 2024 -0500
@@ -3,8 +3,8 @@
 
 PKG             := postgresql
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 14.10
-$(PKG)_CHECKSUM := 2768b898769970b2883b83f8ffbc9babc1f722a3
+$(PKG)_VERSION  := 14.11
+$(PKG)_CHECKSUM := 52f9d0720e0f79b08366f0163f9a4aff7d01edfa
 $(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)