diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-04 12:53:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-04 12:53:19 +0100 |
commit | 5ebc8fd6c019cf4b95472bf6c76a3b61b4f28ad9 (patch) | |
tree | 5a1cbaf2037f2da2ac73c96785de63a3d0fc1ae8 /package/postgresql/Makefile | |
parent | 56c17030d299c6c98a0074748b4b25d5e87c6161 (diff) |
update to latest stable
Diffstat (limited to 'package/postgresql/Makefile')
-rw-r--r-- | package/postgresql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile index 14408bf09..d3a0f5113 100644 --- a/package/postgresql/Makefile +++ b/package/postgresql/Makefile @@ -4,14 +4,14 @@ include ${TOPDIR}/rules.mk PKG_NAME:= postgresql -PKG_VERSION:= 8.4.4 +PKG_VERSION:= 9.1.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= ae7f305eb9388b187e8f07dee0cec55c +PKG_MD5SUM:= 93b293bd735bb99258c1bad7bc9b8f6c PKG_DESCR:= PostgreSQL database library PKG_SECTION:= db PKG_BUILDDEP:= zlib PKG_URL:= http://www.postgresql.org/ -PKG_SITES:= ftp://ftp7.de.postgresql.org/pub/ftp.postgresql.org/source/v${PKG_VERSION}/ +PKG_SITES:= http://ftp.postgresql.org/pub/source/v9.1.1/ PKG_SUBPKGS:= LIBPQ LIBPQ_DEV |