mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/ITK: Updated for version 4.13.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
51381382ca
commit
b40e950ef5
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# SlackBuild script for ITK
|
||||
|
||||
# Copyright 2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2018-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=ITK
|
||||
SRCNAM=InsightToolkit
|
||||
VERSION=${VERSION:-4.13.1}
|
||||
VERSION=${VERSION:-4.13.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ITK"
|
||||
VERSION="4.13.1"
|
||||
VERSION="4.13.2"
|
||||
HOMEPAGE="https://itk.org"
|
||||
DOWNLOAD="https://sourceforge.net/projects/itk/files/itk/4.13/InsightToolkit-4.13.1.tar.xz"
|
||||
MD5SUM="bc7296e7faccdcb5656a7669d4d875d2"
|
||||
DOWNLOAD="https://sourceforge.net/projects/itk/files/itk/4.13/InsightToolkit-4.13.2.tar.xz"
|
||||
MD5SUM="d140ddabe22428e86bc5053e0d268872"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="double-conversion gtest hdf5"
|
||||
|
|
Loading…
Reference in a new issue