# HG changeset patch # User Mark Brand # Date 1317044660 -7200 # Node ID 99b4d1f0e4844ac995e0de3e57ecc22392075d38 # Parent 85d0564c5c2bfaf30e3c9c0a1f3a76f355b594d0 update package postgresql diff -r 85d0564c5c2b -r 99b4d1f0e484 src/postgresql.mk --- a/src/postgresql.mk Sun Sep 25 18:09:47 2011 +0200 +++ b/src/postgresql.mk Mon Sep 26 15:44:20 2011 +0200 @@ -4,8 +4,8 @@ # PostgreSQL PKG := postgresql $(PKG)_IGNORE := -$(PKG)_VERSION := 9.1.0 -$(PKG)_CHECKSUM := 25d4999b587fb4e85ed4b541967c5c2d52354ba1 +$(PKG)_VERSION := 9.1.1 +$(PKG)_CHECKSUM := 4df7b6f6b23acdac5ea198e3623796a2b62fc7a4 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION) $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.postgresql.org/ @@ -18,6 +18,7 @@ grep 'refs/tags/REL9[0-9_]*"' | \ $(SED) 's,.*refs/tags/REL\(.*\)".*,\1,g;' | \ $(SED) 's,_,.,g' | \ + grep -v '^9\.\0' | \ head -1 endef