summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-09-26 13:56:53 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-09-26 13:56:53 (GMT)
commit98f0e978cc186ece8ba4eda2961ea957c9cb84a8 (patch)
treeff2a733d995d8a42fa54fd058172145227fde7e1 /src/postgresql.mk
parentb23e0c9a5753348ff341905092b1e00fce781c7f (diff)
downloadmxe-98f0e978cc186ece8ba4eda2961ea957c9cb84a8.zip
mxe-98f0e978cc186ece8ba4eda2961ea957c9cb84a8.tar.gz
mxe-98f0e978cc186ece8ba4eda2961ea957c9cb84a8.tar.bz2
update package postgresql
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r--src/postgresql.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index 6624b07..84b65e9 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -3,7 +3,7 @@
PKG := postgresql
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 6ab154052dd62bb9b0cf2cd666384f7b25eefaf5
+$(PKG)_CHECKSUM := cea9601b3acd1484fd98441b49a15ea1c42057ec
$(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)
@@ -14,7 +14,7 @@ define $(PKG)_UPDATE
grep 'refs/tags/REL9[0-9_]*"' | \
$(SED) 's,.*refs/tags/REL\(.*\)".*,\1,g;' | \
$(SED) 's,_,.,g' | \
- grep -v '^9\.\0' | \
+ grep -v '^9\.[01]' | \
head -1
endef