From b3cc500bf98eb20663903b7f2cbf6cd206735e96 Mon Sep 17 00:00:00 2001 From: pavlov Date: Fri, 18 Jan 2008 17:10:03 +0000 Subject: [PATCH] update postgresql to 8.2.6 git-svn-id: svn://svn.openwrt.org/openwrt/packages@10220 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/postgresql/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index bef2fddf7..49bbf47aa 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -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