From dd4da408c6f97b716797678e02c19ae70acff42c Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 18 Nov 2018 17:08:50 -0200 Subject: [PATCH] XyGrib: update to 1.2.0. --- srcpkgs/XyGrib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/XyGrib/template b/srcpkgs/XyGrib/template index acf33fb8406..663afd8d42f 100644 --- a/srcpkgs/XyGrib/template +++ b/srcpkgs/XyGrib/template @@ -1,6 +1,6 @@ # Template file for 'XyGrib' pkgname=XyGrib -version=1.1.2 +version=1.2.0 revision=1 patch_args="-Np1" build_style=cmake @@ -11,9 +11,9 @@ maintainer="Andrew Benson " license="GPL-3.0-or-later" homepage="https://opengribs.org/" distfiles="https://github.com/opengribs/XyGrib/archive/v${version}.tar.gz" -checksum=e6f4248cc78eccf4622715d713eb989b371faa03750c652fca1080661723b45b +checksum=39942fe2e60ff3c86c2962500fb7daa4b424ecb297138b8baefcc6911226b134 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then make_build_args="LINK=${XBPS_CROSS_TRIPLET}-c++" fi