bump postgresql to newer version, thanks KanjiMonster, #3520
authorJohn Crispin <john@openwrt.org>
Mon, 9 Jun 2008 09:16:47 +0000 (09:16 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 9 Jun 2008 09:16:47 +0000 (09:16 +0000)
SVN-Revision: 11408

libs/postgresql/Makefile

index c31a8b11325b68e20fe83d4fad0d87abcc055534..d3b7756fbde7e1b079395a20e30c5c451bc6d837 100644 (file)
@@ -9,8 +9,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=postgresql
 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
 
 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)
        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
 
 
 PKG_BUILD_DEPENDS:=libnotimpl