vulkan-loader: update to 1.4.313.0.

This commit is contained in:
Shashank Thakur 2025-06-07 23:47:26 +02:00 committed by classabbyamp
parent 3235000ada
commit f568174bd9
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'vulkan-loader' # Template file for 'vulkan-loader'
pkgname=vulkan-loader pkgname=vulkan-loader
version=1.3.261.1 version=1.4.313.0
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args="-Wno-dev -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr configure_args="-Wno-dev -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr
-DBUILD_TESTS=OFF" -DBUILD_TESTS=OFF"
@ -12,8 +12,8 @@ short_desc="Vulkan Installable Client Driver (ICD) loader"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
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/Vulkan-Loader/archive/sdk-${version}.tar.gz" distfiles="https://github.com/KhronosGroup/Vulkan-Loader/archive/vulkan-sdk-${version}.tar.gz"
checksum=f85f0ea57b63750d4ddaf6c8649df781c4777006daa3cd772b01e7b5ed02f3f2 checksum=c736fa79d974c3513f5573b74249ed002aab59f1d15d1c13fc1d00644830869a
vulkan-loader-devel_package() { vulkan-loader-devel_package() {
depends="${sourcepkg}>=${version}_${revision} Vulkan-Headers" depends="${sourcepkg}>=${version}_${revision} Vulkan-Headers"

View file

@ -1,3 +1,3 @@
_pkgname=Vulkan-Loader _pkgname=Vulkan-Loader
site="https://github.com/KhronosGroup/${_pkgname}/tags" site="https://github.com/KhronosGroup/${_pkgname}/tags"
pattern="/releases/tag/sdk-\K\d.\d.\d+.\d(?=)" pattern="/releases/tag/vulkan-sdk-\K\d.\d.\d+.\d(?=)"