netcdf: update to 4.6.2.

This commit is contained in:
maxice8 2018-11-19 18:46:13 -02:00 committed by maxice8
parent d8fad38fc6
commit eaef5a97b9
1 changed files with 6 additions and 6 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'netcdf' # Template file for 'netcdf'
pkgname=netcdf pkgname=netcdf
version=4.6.1 version=4.6.2
revision=3 revision=1
wrksrc="netcdf-c-${version}" wrksrc="netcdf-c-${version}"
configure_args="--enable-shared"
short_desc="Machine-independent format for representing scientific data"
maintainer="Hans Grob <woufrous@gmail.com>"
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-shared"
hostmakedepends="m4" hostmakedepends="m4"
makedepends="hdf5-devel libcurl-devel" makedepends="hdf5-devel libcurl-devel"
short_desc="Machine-independent format for representing scientific data"
maintainer="Hans Grob <woufrous@gmail.com>"
license="NetCDF" license="NetCDF"
homepage="https://www.unidata.ucar.edu/software/netcdf/" homepage="https://www.unidata.ucar.edu/software/netcdf/"
distfiles="https://github.com/Unidata/netcdf-c/archive/v${version}.tar.gz" distfiles="https://github.com/Unidata/netcdf-c/archive/v${version}.tar.gz"
checksum=a2fabf27c72a5ee746e3843e1debbaad37cd035767eaede2045371322211eebb checksum=673936c76ae0c496f6dde7e077f5be480afc1e300adb2c200bf56fbe22e5a82a
post_install() { post_install() {
# Remove references to hardening -specs. # Remove references to hardening -specs.