# HG changeset patch # User John Donoghue # Date 1684160826 14400 # Node ID ef11a8039818dcf8998f38319c4a8ce3002cd67f # Parent 47f33e5b14c96295b2eb0f29dba20e7db47037ea * src/postgresql.mk: update to v14.8 diff -r 47f33e5b14c9 -r ef11a8039818 src/postgresql.mk --- 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)