update postgresql to 8.2.6
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 18 Jan 2008 17:10:03 +0000 (17:10 +0000)
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 18 Jan 2008 17:10:03 +0000 (17:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10220 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/postgresql/Makefile

index bef2fdd..49bbf47 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