# HG changeset patch # User John Donoghue # Date 1691761529 14400 # Node ID 7133142c972900119d8987fa0e11de7feabd921d # Parent e87faf406338ef3234ea486f2d74b1825babb902 * src/postgresql.mk: update to v14.9 diff -r e87faf406338 -r 7133142c9729 src/postgresql.mk --- a/src/postgresql.mk Fri Aug 11 09:45:29 2023 -0400 +++ b/src/postgresql.mk Fri Aug 11 09:45:29 2023 -0400 @@ -3,8 +3,8 @@ PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 14.8 -$(PKG)_CHECKSUM := 465b06135460b94bf66023b8532d99b5177e0817 +$(PKG)_VERSION := 14.9 +$(PKG)_CHECKSUM := 9ecf4d8cf7c59e8b4a6d69398d67973408af7151 $(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)