summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-06 06:34:04 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-06 06:34:04 +0000
commitbd6a5f9820b087c655fc93413a54db1f51f1cd93 (patch)
tree4240faeb99a5d02f8f207673fe767469f26c3754 /openwrt
parent44fe38a5fe702f24cc851413cfac2e428453555d (diff)
downloadmtk-20170518-bd6a5f9820b087c655fc93413a54db1f51f1cd93.zip
mtk-20170518-bd6a5f9820b087c655fc93413a54db1f51f1cd93.tar.gz
mtk-20170518-bd6a5f9820b087c655fc93413a54db1f51f1cd93.tar.bz2
update postgresql to new upstream release (v7.4.9)
SVN-Revision: 2351
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/postgresql/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/postgresql/Makefile b/openwrt/package/postgresql/Makefile
index 85fcabe..5f269b1 100644
--- a/openwrt/package/postgresql/Makefile
+++ b/openwrt/package/postgresql/Makefile
@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=postgresql
-PKG_VERSION:=7.4.7
-PKG_RELEASE:=3
-PKG_MD5SUM:=32dac2916d16287d95e0c958a75161fa
+PKG_VERSION:=7.4.9
+PKG_RELEASE:=1
+PKG_MD5SUM:=d7cf0f0a0e1dda19268f55cb1e124c77
PKG_SOURCE_URL:=\
ftp://ftp3.us.postgresql.org/pub/postgresql/source/v$(PKG_VERSION)/ \