graphics/embree: Updated for version 4.3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fernando Lopez Jr. 2024-03-07 10:25:48 +07:00 committed by Willy Sudiarto Raharjo
parent 26e548af67
commit 4d64942fb8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=embree
VERSION=${VERSION:-3.12.1}
VERSION=${VERSION:-4.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="embree"
VERSION="3.12.1"
VERSION="4.3.1"
HOMEPAGE="https://www.embree.org"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/embree/embree/archive/v3.12.1/embree-3.12.1.tar.gz"
MD5SUM_x86_64="2d24fa44db63ae1900cf6279140abd8a"
DOWNLOAD_x86_64="https://github.com/embree/embree/archive/v4.3.1/embree-4.3.1.tar.gz"
MD5SUM_x86_64="dfb88f2019e093052a72a2cc6a43dfc4"
REQUIRES="glfw3"
MAINTAINER="Fernando Lopez Jr."
EMAIL="fernando.lopezjr@gmail.com"