embree: update to 4.0.1.

This commit is contained in:
Andrea Brancaleoni 2023-04-02 08:29:03 +09:00
parent 0f048dabd6
commit b495a67947

View File

@ -1,7 +1,7 @@
# Template file for 'embree'
pkgname=embree
version=4.0.0
revision=2
version=4.0.1
revision=1
archs="aarch64* x86_64*"
build_style=cmake
configure_args="-DTBB_ROOT=/usr -DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF
@ -15,7 +15,7 @@ license="Apache-2.0"
homepage="https://embree.github.io/"
changelog="https://raw.githubusercontent.com/embree/embree/master/CHANGELOG.md"
distfiles="https://github.com/embree/embree/archive/refs/tags/v${version}.tar.gz"
checksum=bb967241f9516712a9f8e399ed7f756d7baeec3c85c223c0005ede8b95c9fa61
checksum=1fa3982fa3531f1b6e81f19e6028ae8a62b466597f150b853440fe35ef7c6c06
embree-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"