vulkan-loader: update to 1.2.178.
Since we are here, expand distfiles URL. This makes the _pkgname variable unnecessary, so we remove it in favor of expanding it out in wrksrc as well.
This commit is contained in:
parent
2e7fe2d477
commit
c7739bf356
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'vulkan-loader'
|
||||
pkgname=vulkan-loader
|
||||
_pkgname=Vulkan-Loader
|
||||
version=1.2.162
|
||||
version=1.2.178
|
||||
revision=1
|
||||
wrksrc="${_pkgname}-${version}"
|
||||
wrksrc="Vulkan-Loader-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-Wno-dev -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr
|
||||
-DBUILD_TESTS=OFF"
|
||||
|
@ -14,5 +13,5 @@ short_desc="Vulkan Installable Client Driver (ICD) loader"
|
|||
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://www.khronos.org/vulkan/"
|
||||
distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=e582dce35051a34af82db2a8fcd38fbc5837b4506e76e6cda685dca02dee01c7
|
||||
distfiles="https://github.com/KhronosGroup/Vulkan-Loader/archive/v${version}.tar.gz"
|
||||
checksum=cb519e7837ed2cd980a6e34fd8937c09556da99a6dbaaa5ed83d53843876b83c
|
||||
|
|
Loading…
Reference in New Issue