Browse Source
academic/nco: Updated for version 5.2.0.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
ArTourter
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
academic/nco/nco.SlackBuild
-
academic/nco/nco.info
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for nco |
|
|
|
|
|
|
|
# Copyright 2020-2023 Gregory J. L. Tourte <artourter@gmail.com> |
|
|
|
# Copyright 2020-2024 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.9} |
|
|
|
VERSION=${VERSION:-5.2.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="nco" |
|
|
|
VERSION="5.1.9" |
|
|
|
VERSION="5.2.0" |
|
|
|
HOMEPAGE="http://nco.sf.net" |
|
|
|
DOWNLOAD="https://github.com/nco/nco/archive/5.1.9/nco-5.1.9.tar.gz" |
|
|
|
MD5SUM="d6844273e14222c80dc8ae6c84a35a4b" |
|
|
|
DOWNLOAD="https://github.com/nco/nco/archive/5.2.0/nco-5.2.0.tar.gz" |
|
|
|
MD5SUM="1433edd3b7a3cd94b258698e5e74a059" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="netcdf udunits antlr2" |
|
|
|
|