# HG changeset patch # User John Donoghue # Date 1676040268 18000 # Node ID 93e098ef8451b9885ef9c7391ac1ae934f21c936 # Parent c96d7bec34fec530106cc6b8422e10ef97855c38 * src/postgresql.mk: update to v14.7 diff -r c96d7bec34fe -r 93e098ef8451 src/postgresql.mk --- 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)