update postgresql to 8.2.6

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10220 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
pavlov 2008-01-18 17:10:03 +00:00
parent d1075ab061
commit b3cc500bf9

View 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