From: John Crispin Date: Mon, 9 Jun 2008 09:16:47 +0000 (+0000) Subject: bump postgresql to newer version, thanks KanjiMonster, #3520 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d4bdd51963001e1512c98564385b176f20b9a558;p=openwrt%2Fsvn-archive%2Fpackages.git bump postgresql to newer version, thanks KanjiMonster, #3520 SVN-Revision: 11408 --- 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