mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/MaterialX: Updated for version 1.39.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b73e63cfe6
commit
0a228a9677
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=MaterialX
|
||||
VERSION=${VERSION:-1.38.10}
|
||||
VERSION=${VERSION:-1.39.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -64,7 +64,7 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
if [ -d /usr/share/cmake-3.28 ]; then
|
||||
if [ -x /usr/bin/python3.11 ]; then
|
||||
# This prevents some cmake warnings in current
|
||||
CMAKE_POLICY="-DCMAKE_POLICY_DEFAULT_CMP0148=OLD "
|
||||
else
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="MaterialX"
|
||||
VERSION="1.38.10"
|
||||
VERSION="1.39.0"
|
||||
HOMEPAGE="https://materialx.org/"
|
||||
DOWNLOAD="https://github.com/AcademySoftwareFoundation/MaterialX/archive/v1.38.10/MaterialX-1.38.10.tar.gz \
|
||||
DOWNLOAD="https://github.com/AcademySoftwareFoundation/MaterialX/archive/v1.39.0/MaterialX-1.39.0.tar.gz \
|
||||
https://github.com/giandex/nanogui/archive/20240101/nanogui-20240101.tar.gz \
|
||||
https://github.com/giandex/nanobind/archive/20240101/nanobind-20240101.tar.gz \
|
||||
https://github.com/giandex/nanovg/archive/20240101/nanovg-20240101.tar.gz \
|
||||
|
@ -9,7 +9,7 @@ DOWNLOAD="https://github.com/AcademySoftwareFoundation/MaterialX/archive/v1.38.1
|
|||
https://github.com/giandex/robin-map/archive/20240101/robin-map-20240101.tar.gz \
|
||||
https://github.com/giandex/imgui/archive/20240101/imgui-20240101.tar.gz \
|
||||
https://github.com/giandex/imgui-node-editor/archive/20240101/imgui-node-editor-20240101.tar.gz"
|
||||
MD5SUM="a25ab82be078cfc47c5237e9630615ca \
|
||||
MD5SUM="33b4d6bf982ef56314614bbec200d23c \
|
||||
405cc59e1bd28e7571b9587c9c9c21a5 \
|
||||
ec7d95e77a32fc06a1670fd938981b82 \
|
||||
84ef5e0623bcfc65c3cf767ba71ce5dd \
|
||||
|
|
Loading…
Reference in a new issue