academic/nco: Updated for version 5.0.5
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
91968e1ed8
commit
59a74e2a5e
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nco
|
||||
|
||||
# Copyright 2020-2021 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# Copyright 2020-2022 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nco
|
||||
VERSION=${VERSION:-5.0.4}
|
||||
VERSION=${VERSION:-5.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nco"
|
||||
VERSION="5.0.4"
|
||||
VERSION="5.0.5"
|
||||
HOMEPAGE="http://nco.sf.net"
|
||||
DOWNLOAD="https://github.com/nco/nco/archive/5.0.4/nco-5.0.4.tar.gz"
|
||||
MD5SUM="f50c88fde78c694ea01d973be86a1333"
|
||||
DOWNLOAD="https://github.com/nco/nco/archive/5.0.5/nco-5.0.5.tar.gz"
|
||||
MD5SUM="e18af2ad472c934019afaca077c1d1c1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="netcdf udunits antlr2"
|
||||
|
|
Loading…
Reference in New Issue