include $(TOPDIR)/rules.mk
PKG_NAME:=postgresql
-PKG_VERSION:=8.2.5
+PKG_VERSION:=8.2.6
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=\
- ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v$(PKG_VERSION) \
+ http://ftp7.us.postgresql.org/pub/postgresql/source/v$(PKG_VERSION) \
+ http://ftp8.us.postgresql.org/pub/postgresql/source/v$(PKG_VERSION) \
+ http://ftp9.us.postgresql.org/pub/postgresql/source/v$(PKG_VERSION) \
+ http://ftp.be.postgresql.org/postgresql/source/v$(PKG_VERSION) \
ftp://ftp-archives.postgresql.org/pub/source/v$(PKG_VERSION)
-PKG_MD5SUM:=bb1cd309ea72f070cb964736f5755847
+PKG_MD5SUM:=17b9049b4fcad42ee95410833c1db228
PKG_BUILD_DEPENDS:=libnotimpl