# HG changeset patch # User John Donoghue # Date 1551891774 18000 # Node ID e1cf57551d234686fe4ef23a0163bbd090513275 # Parent 8ebd014bedc5e2a38b8395cbfecacab5af3374d0 * src/postgresql.mk: update to v9.4.21 diff -r 8ebd014bedc5 -r e1cf57551d23 src/postgresql.mk --- a/src/postgresql.mk Wed Mar 06 11:53:55 2019 -0500 +++ b/src/postgresql.mk Wed Mar 06 12:02:54 2019 -0500 @@ -3,8 +3,8 @@ PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 9.4.1 -$(PKG)_CHECKSUM := 0086c9625e727be5b1ef00c4c694e762e41eba50 +$(PKG)_VERSION := 9.4.21 +$(PKG)_CHECKSUM := 7fdc9574a0479df5e2c623e27e02342efe63f3d5 $(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)