update to postgresql 8.2.5 and refresh patches
[openwrt/svn-archive/archive.git] / libs / postgresql / Makefile
index 12875c5161d43326d8b0da31a6ede9f91258f067..600cdd0eea0a44f5244354ca1b2e14ee32e1932f 100644 (file)
@@ -9,15 +9,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=postgresql
-PKG_VERSION:=8.2.3
-PKG_RELEASE:=2
+PKG_VERSION:=8.2.5
+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) \
        ftp://ftp-archives.postgresql.org/pub/source/v$(PKG_VERSION)
-PKG_MD5SUM:=cb47771004d53505200ffd00ac45bc32
+PKG_MD5SUM:=bb1cd309ea72f070cb964736f5755847
 PKG_CAT:=bzcat
 
 PKG_BUILD_DEPENDS:=libnotimpl