# HG changeset patch # User John Donoghue # Date 1565368526 14400 # Node ID dd5eb3d10623404b1a48b57193ab5d4fa1f8fe80 # Parent 4a14839df9a5a019eaf799bbc4eacbf5ffb9ee2f * src/postgresql.mk: update to v9.4.24 diff -r 4a14839df9a5 -r dd5eb3d10623 src/postgresql.mk --- a/src/postgresql.mk Fri Aug 09 12:33:30 2019 -0400 +++ b/src/postgresql.mk Fri Aug 09 12:35:26 2019 -0400 @@ -3,8 +3,8 @@ PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 9.4.23 -$(PKG)_CHECKSUM := 383e80d113e8d70828aceab5aadefc996f95225c +$(PKG)_VERSION := 9.4.24 +$(PKG)_CHECKSUM := c1b28864ff6a3799de897921b50c75301fad2d29 $(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)