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

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2023-07-08 02:59:32 +00:00
parent f3c15f0bb1
commit a5d2104a15
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +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.256"
TERMUX_PKG_VERSION="1.3.257"
TERMUX_PKG_SRCURL=https://github.com/KhronosGroup/Vulkan-ExtensionLayer/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=14c96f4591b20f9143e86ec3a2c10e0d1986f036e547f49b9054c65d83ed24ec
TERMUX_PKG_SHA256=27227d904072228b44fea3e2b766fffb03fb0acc0864ac3c917ce399b0516676
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BUILD_DEPENDS="vulkan-headers (=${TERMUX_PKG_VERSION}), vulkan-loader-generic (=${TERMUX_PKG_VERSION})"
TERMUX_PKG_RECOMMENDS="vulkan-loader"