diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-27 21:28:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-28 23:44:38 +0200 |
commit | e26da49e9a66d1be17b2d28433051c22835fd9a0 (patch) | |
tree | 4a06190fc37e76df7a34cf10aeee6b3158a9d456 /package/postgresql | |
parent | 035d199a27ce151b5508fd3094eebcf55edacdb3 (diff) |
update postgresql to latest upstream
Diffstat (limited to 'package/postgresql')
-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 f60f7d8a7..5c434e741 100644 --- a/package/postgresql/Makefile +++ b/package/postgresql/Makefile @@ -4,10 +4,10 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= postgresql -PKG_VERSION:= 9.4.1 +PKG_VERSION:= 9.4.2 PKG_RELEASE:= 1 -PKG_HASH:= 43da2d54ff8333a2ee595efc3d0df3255bb46d4431841d2b88f9cfcd6366e234 -PKG_DESCR:= postgresql database library +PKG_HASH:= bc65b38175c0fe351aca89b33d606ea2e8493560b543d920a8af769fb393994b +PKG_DESCR:= sql database library PKG_SECTION:= libs/db PKG_URL:= http://www.postgresql.org/ PKG_SITES:= http://ftp.postgresql.org/pub/source/v$(PKG_VERSION)/ |