changeset 6525:6131d74316ef

* src/postgresql.mk: update to v14.6
author John Donoghue <john.donoghue@ieee.org>
date Wed, 16 Nov 2022 08:43:47 -0500
parents 4a3ca82e07c9
children 6b51e5fcf32b
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Wed Nov 16 08:43:45 2022 -0500
+++ b/src/postgresql.mk	Wed Nov 16 08:43:47 2022 -0500
@@ -3,8 +3,8 @@
 
 PKG             := postgresql
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 14.5
-$(PKG)_CHECKSUM := 3f2bb7d0b6d56f985fa5dfd2dd2675e7b6b2fef9
+$(PKG)_VERSION  := 14.6
+$(PKG)_CHECKSUM := 5bcf9de68a664abf11c2b7291b1c1948abbb4dd3
 $(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)