XyGrib: update to 1.2.0.

This commit is contained in:
maxice8 2018-11-18 17:08:50 -02:00 committed by maxice8
parent f3505e5ff1
commit dd4da408c6
1 changed files with 3 additions and 3 deletions

View File

@ -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 <abenson+void@gmail.com>"
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