academic/nco: Updated for version 5.1.4.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c437451aa2
commit
640ca7d5e7
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nco
|
||||
|
||||
# Copyright 2020-2022 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# Copyright 2020-2023 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.1.3}
|
||||
VERSION=${VERSION:-5.1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nco"
|
||||
VERSION="5.1.3"
|
||||
VERSION="5.1.4"
|
||||
HOMEPAGE="http://nco.sf.net"
|
||||
DOWNLOAD="https://github.com/nco/nco/archive/5.1.3/nco-5.1.3.tar.gz"
|
||||
MD5SUM="9e966ac427f6e97eeebd91b1713f98d5"
|
||||
DOWNLOAD="https://github.com/nco/nco/archive/5.1.4/nco-5.1.4.tar.gz"
|
||||
MD5SUM="d60909e4bbc792a5bf93c9764dadb93e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="netcdf udunits antlr2"
|
||||
|
|
Loading…
Reference in New Issue