graphics/embree: Updated for version 4.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
26e548af67
commit
4d64942fb8
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue