graphics/opencolorio: Updated for version 2.1.0

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 2021-09-12 17:41:39 +10:00 committed by Willy Sudiarto Raharjo
parent e9e3e20991
commit d308ef6e04
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=opencolorio
SRCNAM=OpenColorIO
VERSION=${VERSION:-2.0.1}
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="opencolorio"
VERSION="2.0.1"
VERSION="2.1.0"
HOMEPAGE="http://opencolorio.org/"
DOWNLOAD="https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.0.1/OpenColorIO-2.0.1.tar.gz"
MD5SUM="85d186cf2ae3ec979fc510630b0472b5"
DOWNLOAD="https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.1.0/OpenColorIO-2.1.0.tar.gz"
MD5SUM="63f76387ae89eef705dadfdc1067e26d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pybind11"