python/python3-obspy: Updated for version 1.4.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2022-11-28 11:25:45 +07:00 committed by Willy Sudiarto Raharjo
parent e924a7f695
commit 269b958910
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-obspy
SRCNAM=obspy
VERSION=${VERSION:-1.3.1}
VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-obspy"
VERSION="1.3.1"
VERSION="1.4.0"
HOMEPAGE="https://github.com/obspy/obspy/wiki"
DOWNLOAD="https://github.com/obspy/obspy/archive/1.3.1/obspy-1.3.1.tar.gz"
MD5SUM="6864fea23e14e4a3e3b3099c910433b6"
DOWNLOAD="https://github.com/obspy/obspy/archive/1.4.0/obspy-1.4.0.tar.gz"
MD5SUM="9799dcae857151ecb9211cc993835ea4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator python3-scipy greenlet lxml SQLAlchemy python3-basemap suds-jurko"