# HG changeset patch # User John Donoghue # Date 1581703053 18000 # Node ID e6b05cb48ec68bdb46acbf9d6cc71871a45cbfa7 # Parent 8e982ff628c8ccbb7caa4e7a83491582b9c2a9ba * src/postgresql.mk: update to v9.4.26 diff -r 8e982ff628c8 -r e6b05cb48ec6 src/postgresql.mk --- a/src/postgresql.mk Fri Feb 14 11:54:48 2020 -0500 +++ b/src/postgresql.mk Fri Feb 14 12:57:33 2020 -0500 @@ -3,8 +3,8 @@ PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 9.4.25 -$(PKG)_CHECKSUM := 7424a2e160cf5c91de3b0522e2f903d93824670b +$(PKG)_VERSION := 9.4.26 +$(PKG)_CHECKSUM := 832094c944c57ac19ddcd552ada732a77609de75 $(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)