diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-06 06:34:04 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-06 06:34:04 +0000 |
commit | bd6a5f9820b087c655fc93413a54db1f51f1cd93 (patch) | |
tree | 4240faeb99a5d02f8f207673fe767469f26c3754 | |
parent | 44fe38a5fe702f24cc851413cfac2e428453555d (diff) | |
download | mtk-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
-rw-r--r-- | openwrt/package/postgresql/Makefile | 6 |
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)/ \ |