# HG changeset patch # User John Donoghue # Date 1428091069 14400 # Node ID 8741198454e7bd3bab2f8639fc9b9df465ff2c27 # Parent ca3fc286da3d8d6ecc7a161d4af4bf8b4e619040 postgresql: update to v9.4.1 * src/postgresql.mk: update version/checksum diff -r ca3fc286da3d -r 8741198454e7 src/postgresql.mk --- a/src/postgresql.mk Fri Apr 03 15:55:35 2015 -0400 +++ b/src/postgresql.mk Fri Apr 03 15:57:49 2015 -0400 @@ -3,8 +3,8 @@ PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 9.4.0 -$(PKG)_CHECKSUM := bdf7f4872c7dd6bfee5ba04de81bf5097b73d5d7 +$(PKG)_VERSION := 9.4.1 +$(PKG)_CHECKSUM := 0086c9625e727be5b1ef00c4c694e762e41eba50 $(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)