summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-12-06 12:14:08 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-12-06 12:14:08 (GMT)
commit2c804744138e9326cfa4dab55a9298e667756875 (patch)
treea9777b1d7c134ddaac0650e7a6b9de39508740e0 /src/postgresql.mk
parenteb898cf6ab9393d536dbdea409fe8849ee1caf0c (diff)
downloadmxe-2c804744138e9326cfa4dab55a9298e667756875.zip
mxe-2c804744138e9326cfa4dab55a9298e667756875.tar.gz
mxe-2c804744138e9326cfa4dab55a9298e667756875.tar.bz2
update package postgresql
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r--src/postgresql.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index 2c6bed5..364deb2 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -4,13 +4,12 @@
# PostgreSQL
PKG := postgresql
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 9.1.1
-$(PKG)_CHECKSUM := 4df7b6f6b23acdac5ea198e3623796a2b62fc7a4
+$(PKG)_VERSION := 9.1.2
+$(PKG)_CHECKSUM := 7d57b96eb1c764ec234c72b70511a5f7e23fb2b0
$(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION)
$(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2
$(PKG)_WEBSITE := http://www.postgresql.org/
-$(PKG)_URL := http://ftp2.nl.postgresql.org/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_URL_2 := http://ftp10.us.postgresql.org/postgresql/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_URL := http://ftp.postgresql.org/pub/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc zlib openssl
define $(PKG)_UPDATE