# HG changeset patch # User Mark Brand # Date 1296556224 -3600 # Node ID f40faa6883ebe5bdd81c211f3e26725cee52b519 # Parent 1e6a72616051af68229c70b4539dec61be0f1d1b upgrade package postgresql diff -r 1e6a72616051 -r f40faa6883eb src/postgresql.mk --- a/src/postgresql.mk Tue Feb 01 11:30:05 2011 +0100 +++ b/src/postgresql.mk Tue Feb 01 11:30:24 2011 +0100 @@ -4,8 +4,8 @@ # PostgreSQL PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 9.0.2 -$(PKG)_CHECKSUM := 42a9518a2f11fa1d09a23bc628b00e992d3bcf4a +$(PKG)_VERSION := 9.0.3 +$(PKG)_CHECKSUM := ea7b4729427f668cbf36184efbc58fd828a2d3ab $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION) $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.postgresql.org/