diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-06 20:53:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-06 20:53:05 +0200 |
commit | 91bb12aaa6ba1c1264023a53350b046f7d80219e (patch) | |
tree | 71f251ab69be4fbf5d016938342a43dd193d5dac /package/postgresql/Makefile | |
parent | aa9a46d40ae76b926880ff36b1bb7d27f52b55ac (diff) | |
parent | 9bd2823a3447207af8b789dc3fa38a3f4232c453 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/postgresql/Makefile')
-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 |