From d5870e53f55457088659f23009ab7002f8fcf877 Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 9 Jun 2008 09:16:47 +0000 Subject: [PATCH] bump postgresql to newer version, thanks KanjiMonster, #3520 git-svn-id: svn://svn.openwrt.org/openwrt/packages@11408 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/postgresql/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index c31a8b113..d3b7756fb 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql -PKG_VERSION:=8.3.0 -PKG_RELEASE:=2 +PKG_VERSION:=8.3.1 +PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -20,7 +20,7 @@ PKG_SOURCE_URL:=\ 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:=53d6816eac7442f9bc8103439ebee22e +PKG_MD5SUM:=a5e0ed6a85b450dc217ec71da93243a7 PKG_BUILD_DEPENDS:=libnotimpl