# HG changeset patch # User John Donoghue # Date 1668606227 18000 # Node ID 6131d74316ef4ac5dc8e07d7dafa88efb0ffd6b9 # Parent 4a3ca82e07c9b647060b229518b0c45e3d425404 * src/postgresql.mk: update to v14.6 diff -r 4a3ca82e07c9 -r 6131d74316ef src/postgresql.mk --- 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)