diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-09-26 13:44:20 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-09-26 13:44:20 (GMT) |
commit | 2b8e11d6b4ba0c445be854cbd4475aeaaf86471d (patch) | |
tree | 469c77cba06c72d45b0d385c3ee950c4c177225d /src/postgresql.mk | |
parent | 20c64847194cc400b17c7e464f7c97585908bdd4 (diff) | |
download | mxe-2b8e11d6b4ba0c445be854cbd4475aeaaf86471d.zip mxe-2b8e11d6b4ba0c445be854cbd4475aeaaf86471d.tar.gz mxe-2b8e11d6b4ba0c445be854cbd4475aeaaf86471d.tar.bz2 |
update package postgresql
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r-- | src/postgresql.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk index da6d945..06423ca 100644 --- a/src/postgresql.mk +++ b/src/postgresql.mk @@ -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 @@ define $(PKG)_UPDATE grep 'refs/tags/REL9[0-9_]*"' | \ $(SED) 's,.*refs/tags/REL\(.*\)".*,\1,g;' | \ $(SED) 's,_,.,g' | \ + grep -v '^9\.\0' | \ head -1 endef |