From 85f1feea8bc77aa8d96097271a2e71aff3793967 Mon Sep 17 00:00:00 2001
From: pulux <pulux@pf4sh.de>
Date: Sun, 12 Feb 2017 08:00:08 +0100
Subject: [PATCH] hdf5: update to 1.8.18

---
 common/shlibs         | 8 ++++----
 srcpkgs/hdf5/template | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index bf1a6b7a579..b0cce3cee97 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2355,10 +2355,10 @@ libpjsip-ua.so.2 pjproject-2.4.5_1
 libpjsip.so.2 pjproject-2.4.5_1
 libpjsua.so.2 pjproject-2.4.5_1
 libpjsua2.so.2 pjproject-2.4.5_1
-libhdf5_hl.so.10 hdf5-1.8.17_1
-libhdf5.so.10 hdf5-1.8.17_1
-libhdf5_hl_cpp.so.11 hdf5-1.8.17_2
-libhdf5_cpp.so.12 hdf5-1.8.17_2
+libhdf5_hl.so.10 hdf5-1.8.18_1
+libhdf5.so.10 hdf5-1.8.18_1
+libhdf5_hl_cpp.so.11 hdf5-1.8.18_1
+libhdf5_cpp.so.13 hdf5-1.8.18_1
 libcryptmount.so.0 libpam-mount-2.15_1
 libglob.so.0 libglob-1.0_1
 libepub.so.0 ebook-tools-0.2.2_1
diff --git a/srcpkgs/hdf5/template b/srcpkgs/hdf5/template
index 09c2ce1e98c..5d4b3cf4daa 100644
--- a/srcpkgs/hdf5/template
+++ b/srcpkgs/hdf5/template
@@ -1,7 +1,7 @@
 # Template file for 'hdf5'
 pkgname=hdf5
-version=1.8.17
-revision=2
+version=1.8.18
+revision=1
 build_style=gnu-configure
 nocross=yes
 makedepends="zlib-devel"
@@ -9,8 +9,8 @@ short_desc="A data model, library, and file format for storing and managing data
 maintainer="pulux <pulux@pf4sh.de>"
 license="BSD"
 homepage="http://hdfgroup.org"
-distfiles="http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz"
-checksum=d9cda297ee76ade9881c4208987939250d397bae6252d0ccb66fa7d24d67e263
+distfiles="http://www.hdfgroup.org/ftp/HDF5/current18/src/hdf5-${version}.tar.gz"
+checksum=cdb195ad8d9e6782acf24b2488061289f615628c2ccda8457b0a0c3fb7a8a063
 
 configure_args="--enable-cxx"