mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
libraries/VTK: Updated for version 8.0.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
0c9930317e
commit
a5ddaf0946
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
#
|
||||
|
||||
PRGNAM=VTK
|
||||
VERSION=${VERSION:-8.0.0}
|
||||
VERSION=${VERSION:-8.0.1}
|
||||
SHORT_VERSION=${SHORT_VERSION:-8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="VTK"
|
||||
VERSION="8.0.0"
|
||||
VERSION="8.0.1"
|
||||
HOMEPAGE="http://www.vtk.org"
|
||||
DOWNLOAD="http://www.vtk.org/files/release/8.0/VTK-8.0.0.tar.gz"
|
||||
MD5SUM="8de89b8c7a729016ab7128da5e881cf4"
|
||||
DOWNLOAD="http://www.vtk.org/files/release/8.0/VTK-8.0.1.tar.gz"
|
||||
MD5SUM="692d09ae8fadc97b59d35cab429b261a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue