gis/python3-cftime: Updated for version 1.6.2

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2022-10-15 19:06:42 +01:00 committed by Willy Sudiarto Raharjo
parent b3440f254d
commit bb4cf60a73
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-cftime
VERSION=${VERSION:-1.6.1}
VERSION=${VERSION:-1.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-cftime"
VERSION="1.6.1"
VERSION="1.6.2"
HOMEPAGE="https://unidata.github.io/cftime/"
DOWNLOAD="https://github.com/Unidata/cftime/archive/v1.6.1rel/cftime-1.6.1.tar.gz"
MD5SUM="f0c0cd5f54fb0035cde5b752458905b8"
DOWNLOAD="https://github.com/Unidata/cftime/archive/v1.6.2rel/cftime-1.6.2.tar.gz"
MD5SUM="721fb4a113aabbac3d40d5cd30e3db90"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy3"