update postgresql to new upstream release (v7.4.9)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Nov 2005 06:34:04 +0000 (06:34 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Nov 2005 06:34:04 +0000 (06:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2351 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/postgresql/Makefile

index 85fcabe..5f269b1 100644 (file)
@@ -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)/ \
This page took 0.02361 seconds and 4 git commands to generate.