bump(main/vulkan-extension-layer): 1.3.255

This commit has been automatically submitted by Github Actions.
This commit is contained in:
termux-pacman-bot
2023-06-26 06:35:17 +00:00
parent 3369163f2b
commit cdbeb15d51

View File

@@ -4,10 +4,9 @@ TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
# This package and vulkan-headers should be updated at same time. Otherwise, they do not compile successfully.
# Do not TERMUX_PKG_DEPENDS on vulkan-loader
TERMUX_PKG_VERSION="1.3.254"
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION="1.3.255"
TERMUX_PKG_SRCURL=https://github.com/KhronosGroup/Vulkan-ExtensionLayer/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=23d89a01f7f5fdc344ddd83bebadb5e1f07a28bcd4096a5fc4e7b851a6aa83b2
TERMUX_PKG_SHA256=eea44d9ffcc62e4a2daf5271c89ddca9d297699974365e8481f6386aa614ae96
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BUILD_DEPENDS="vulkan-headers (=${TERMUX_PKG_VERSION}), vulkan-loader-generic (=${TERMUX_PKG_VERSION})"
TERMUX_PKG_RECOMMENDS="vulkan-loader"