changeset 6716:ef11a8039818

* src/postgresql.mk: update to v14.8
author John Donoghue <john.donoghue@ieee.org>
date Mon, 15 May 2023 10:27:06 -0400
parents 47f33e5b14c9
children 213d08937a24
files src/postgresql.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql.mk	Mon May 15 10:21:10 2023 -0400
+++ b/src/postgresql.mk	Mon May 15 10:27:06 2023 -0400
@@ -3,8 +3,8 @@
 
 PKG             := postgresql
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 14.7
-$(PKG)_CHECKSUM := 483f0728d7bc8c37fb57bee3c7ea8e888d0a5f44
+$(PKG)_VERSION  := 14.8
+$(PKG)_CHECKSUM := 465b06135460b94bf66023b8532d99b5177e0817
 $(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)