gis/eccodes: Updated for version 2.34.0.
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b35080b5e1
commit
00d701f603
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for eccodes
|
||||
|
||||
# Copyright 2023 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# Copyright 2023-2024 Gregory J. L. Tourte <artourter@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=eccodes
|
||||
VERSION=${VERSION:-2.33.0}
|
||||
VERSION=${VERSION:-2.34.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="eccodes"
|
||||
VERSION="2.33.0"
|
||||
VERSION="2.34.0"
|
||||
HOMEPAGE="https://confluence.ecmwf.int/display/ECC"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.33.0-Source.tar.gz"
|
||||
MD5SUM_x86_64="2b5baa7567d4e72634973b8a39866886"
|
||||
DOWNLOAD_x86_64="https://confluence.ecmwf.int/download/attachments/45757960/eccodes-2.34.0-Source.tar.gz"
|
||||
MD5SUM_x86_64="792aabee0489bfcacfc78ad8dee68116"
|
||||
REQUIRES="libaec"
|
||||
MAINTAINER="ArTourter"
|
||||
EMAIL="artourter@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue