mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/openimageio: Updated for version 2.2.17.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d02fff19a4
commit
0dcef8b84d
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=openimageio
|
||||
SRCNAM=oiio-Release
|
||||
VERSION=${VERSION:-2.2.15.1}
|
||||
VERSION=${VERSION:-2.2.17.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openimageio"
|
||||
VERSION="2.2.15.1"
|
||||
VERSION="2.2.17.0"
|
||||
HOMEPAGE="https://sites.google.com/site/openimageio/home"
|
||||
DOWNLOAD="https://github.com/OpenImageIO/oiio/archive/Release-2.2.15.1/oiio-Release-2.2.15.1.tar.gz"
|
||||
MD5SUM="3db5c5f0b3dc91597c75e5df09eb9072"
|
||||
DOWNLOAD="https://github.com/OpenImageIO/oiio/archive/Release-2.2.17.0/oiio-Release-2.2.17.0.tar.gz"
|
||||
MD5SUM="960e71b3278f0eea69fd874c0990bc17"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="opencolorio robin-map dcmtk tbb fmt hdf5"
|
||||
|
|
Loading…
Reference in a new issue