graphics/paraview: Updated for version 5.11.1

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2023-06-26 10:13:38 +10:00 committed by Willy Sudiarto Raharjo
parent 5b457a7251
commit 4965cffc40
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View file

@ -26,9 +26,9 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=paraview
SRCNAM=ParaView
VERSION=${VERSION:-5.11.0}
VERSION=${VERSION:-5.11.1}
SHORT_VERSION=${SHORT_VERSION:-5.11}
DOC_VERSION=${DOC_VERSION:-5.11.0}
DOC_VERSION=${DOC_VERSION:-5.11.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,13 +1,13 @@
PRGNAM="paraview"
VERSION="5.11.0"
VERSION="5.11.1"
HOMEPAGE="https://www.paraview.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://www.paraview.org/files/v5.11/ParaView-v5.11.0.tar.xz \
https://www.paraview.org/files/v5.11/ParaViewTutorial-5.11.0.pdf \
https://www.paraview.org/files/v5.11/ParaViewGettingStarted-5.11.0.pdf"
MD5SUM_x86_64="fb0c3d046f512b9810677af16073bb33 \
9aa92ec6c1540f2425849c4ffddd158d \
DOWNLOAD_x86_64="https://www.paraview.org/files/v5.11/ParaView-v5.11.1.tar.xz \
https://www.paraview.org/files/v5.11/ParaViewTutorial-5.11.1.pdf \
https://www.paraview.org/files/v5.11/ParaViewGettingStarted-5.11.1.pdf"
MD5SUM_x86_64="57d87137fd02e3491ea4167c72cf7794 \
9aa92ec6c1540f2425849c4ffddd158d \
392a29c111c5867b51e78bcb83e64198"
REQUIRES="gdal hdf5 python3-matplotlib Sphinx"
MAINTAINER="Christoph Willing"