summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2009-12-15 09:51:07 (GMT)
committerMark Brand <mabrand@mabrand.nl>2009-12-15 09:51:07 (GMT)
commit1879b5a0faa4cdb6e3513c2288eb39bd60bcbbdc (patch)
tree468ae807c119ffbde1f0073a27e745112005ed2d
parentb8b79498c8fcedd1be220760893841926b3bd9a4 (diff)
downloadmxe-1879b5a0faa4cdb6e3513c2288eb39bd60bcbbdc.zip
mxe-1879b5a0faa4cdb6e3513c2288eb39bd60bcbbdc.tar.gz
mxe-1879b5a0faa4cdb6e3513c2288eb39bd60bcbbdc.tar.bz2
update version of package postgresql
-rw-r--r--src/postgresql.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index 6e84eff..da10594 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -23,8 +23,8 @@
# PostgreSQL
PKG := postgresql
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 8.4.1
-$(PKG)_CHECKSUM := e6903f0029402ef8fb12645a177204499ea5b2b7
+$(PKG)_VERSION := 8.4.2
+$(PKG)_CHECKSUM := a617698ef3b41a74fe2c4af346172eb03e7f8a7f
$(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION)
$(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://www.postgresql.org/