mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
academic/nco: Updated for version 5.1.9.
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
5b2787f083
commit
6e36231243
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nco
|
||||
VERSION=${VERSION:-5.1.8}
|
||||
VERSION=${VERSION:-5.1.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="nco"
|
||||
VERSION="5.1.8"
|
||||
VERSION="5.1.9"
|
||||
HOMEPAGE="http://nco.sf.net"
|
||||
DOWNLOAD="https://github.com/nco/nco/archive/5.1.8/nco-5.1.8.tar.gz"
|
||||
MD5SUM="7110c5910e33b0e2fdc6df7eb75b4862"
|
||||
DOWNLOAD="https://github.com/nco/nco/archive/5.1.9/nco-5.1.9.tar.gz"
|
||||
MD5SUM="d6844273e14222c80dc8ae6c84a35a4b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="netcdf udunits antlr2"
|
||||
|
|
Loading…
Reference in a new issue