diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-01 11:26:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-01 11:26:40 +0200 |
commit | 9a96f725bc92c0cf1a1edcab992ddf779caf89ff (patch) | |
tree | 86b4e458ef1de06986e74fbd2b7a21c8e21994dd /package/postgresql | |
parent | 91e9f3b90a7ac47f7ef1dc936c8721aa05c32264 (diff) |
update to latest upstream
Diffstat (limited to 'package/postgresql')
-rw-r--r-- | package/postgresql/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile index 34e75aea7..e1a101a4f 100644 --- a/package/postgresql/Makefile +++ b/package/postgresql/Makefile @@ -4,14 +4,14 @@ include ${TOPDIR}/rules.mk PKG_NAME:= postgresql -PKG_VERSION:= 9.1.1 -PKG_RELEASE:= 2 -PKG_MD5SUM:= 93b293bd735bb99258c1bad7bc9b8f6c +PKG_VERSION:= 9.3.4 +PKG_RELEASE:= 1 +PKG_MD5SUM:= d9be740a612f8a0b9ea61dd524abfa4c PKG_DESCR:= PostgreSQL database library PKG_SECTION:= db PKG_BUILDDEP:= zlib PKG_URL:= http://www.postgresql.org/ -PKG_SITES:= http://ftp.postgresql.org/pub/source/v9.1.1/ +PKG_SITES:= http://ftp.postgresql.org/pub/source/v9.3.4/ PKG_LIBNAME:= libpq PKG_OPTS:= dev |