# HG changeset patch # User John Donoghue # Date 1707606542 18000 # Node ID 6a64bb271086d99ac7c53f8117e1a15dd31396fc # Parent 54726324fab1dd6b94fcf3842cd1480aeff08234 * src/postgresql.mk: update to v14.11 diff -r 54726324fab1 -r 6a64bb271086 src/postgresql.mk --- a/src/postgresql.mk Sat Feb 10 18:09:01 2024 -0500 +++ b/src/postgresql.mk Sat Feb 10 18:09:02 2024 -0500 @@ -3,8 +3,8 @@ PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 14.10 -$(PKG)_CHECKSUM := 2768b898769970b2883b83f8ffbc9babc1f722a3 +$(PKG)_VERSION := 14.11 +$(PKG)_CHECKSUM := 52f9d0720e0f79b08366f0163f9a4aff7d01edfa $(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)