# HG changeset patch # User John Donoghue # Date 1574170127 18000 # Node ID 77a91d14098c94a11325e3b82a42dc96b2245d37 # Parent 870bd05fe9c95283ed451c42ddb9a00a685e0de5 * src/postgresql.mk: update to v9.4.25 diff -r 870bd05fe9c9 -r 77a91d14098c src/postgresql.mk --- a/src/postgresql.mk Tue Nov 19 08:26:02 2019 -0500 +++ b/src/postgresql.mk Tue Nov 19 08:28:47 2019 -0500 @@ -3,8 +3,8 @@ PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 9.4.24 -$(PKG)_CHECKSUM := c1b28864ff6a3799de897921b50c75301fad2d29 +$(PKG)_VERSION := 9.4.25 +$(PKG)_CHECKSUM := 7424a2e160cf5c91de3b0522e2f903d93824670b $(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)