Vulkan-Headers: update to 1.3.204.1.
This commit is contained in:
parent
3274e55813
commit
4e328a58f0
2 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'Vulkan-Headers'
|
||||
pkgname=Vulkan-Headers
|
||||
version=1.2.182
|
||||
version=1.3.204.1
|
||||
revision=1
|
||||
wrksrc="Vulkan-Headers-sdk-${version}"
|
||||
build_style=cmake
|
||||
short_desc="Vulkan header files"
|
||||
maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
|
||||
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://www.khronos.org/vulkan/"
|
||||
distfiles="https://github.com/KhronosGroup/Vulkan-Headers/archive/v${version}.tar.gz"
|
||||
checksum=38d1c953de7bb2d839556226851feeb690f0d23bc22ac46c823dcb66c97bfdc8
|
||||
distfiles="https://github.com/KhronosGroup/Vulkan-Headers/archive/sdk-${version}.tar.gz"
|
||||
checksum=9c4d33f71467c915749fbf48c0c3a8ee7833f15babf398e3463cd88791fb592e
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
pkgname=sdk
|
||||
pattern="/$pkgname-\K[0-9.]+(?=.tar.gz)"
|
||||
pattern="/sdk-\K[0-9.]+(?=.tar.gz)"
|
||||
|
|
Loading…
Add table
Reference in a new issue