# HG changeset patch # User Mark Brand # Date 1293067985 -3600 # Node ID 09a726b9c1a4a777b67b4f490a1d2f11e63119f1 # Parent 2134321e96f1a94c6e31dd8d5ded295369b15d45 upgrade package postgresql diff -r 2134321e96f1 -r 09a726b9c1a4 src/postgresql.mk --- a/src/postgresql.mk Thu Dec 23 02:31:43 2010 +0100 +++ b/src/postgresql.mk Thu Dec 23 02:33:05 2010 +0100 @@ -4,8 +4,8 @@ # PostgreSQL PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 9.0.1 -$(PKG)_CHECKSUM := 7adeb3c4b661115ec6eb4e5896edfee71f87245e +$(PKG)_VERSION := 9.0.2 +$(PKG)_CHECKSUM := 42a9518a2f11fa1d09a23bc628b00e992d3bcf4a $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION) $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.postgresql.org/