vulkan-loader: update to 1.1.108

This commit is contained in:
Kartik Singh 2019-06-12 06:03:04 -04:00 committed by Juan RP
parent 8341a3ab3d
commit 4d80fb2030
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'vulkan-loader' # Template file for 'vulkan-loader'
pkgname=vulkan-loader pkgname=vulkan-loader
_pkgname=Vulkan-Loader _pkgname=Vulkan-Loader
version=1.1.106 version=1.1.108
revision=1 revision=1
wrksrc="${_pkgname}-${version}" wrksrc="${_pkgname}-${version}"
build_style=cmake build_style=cmake
@ -14,7 +14,7 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://www.khronos.org/vulkan/" homepage="https://www.khronos.org/vulkan/"
distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/v${version}.tar.gz"
checksum=d48632a5459d21ee5d421cb6ef1611cc263d33cca3ef90d0f598f73d24dfc206 checksum=16655a1dda5cf09c29e9e6261edac9bfca5953e774f8ef2418617fd1b0aecb29
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr" configure_args+=" -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"