update postgresql to 8.2.6
authorTim Yardley <lst@openwrt.org>
Fri, 18 Jan 2008 17:10:03 +0000 (17:10 +0000)
committerTim Yardley <lst@openwrt.org>
Fri, 18 Jan 2008 17:10:03 +0000 (17:10 +0000)
SVN-Revision: 10220

libs/postgresql/Makefile

index bef2fddf79a2ad8d14b366f95b1ffe102f437c2c..49bbf47aa5069d082b556848340b28cadb74a15c 100644 (file)
@@ -9,15 +9,18 @@
 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