bump(main/vulkan-tools): 1.3.248

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2023-04-22 00:37:11 +00:00
parent b55ddee38e
commit cc6686e03a
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Vulkan Tools and Utilities"
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.
TERMUX_PKG_VERSION="1.3.247"
TERMUX_PKG_VERSION="1.3.248"
TERMUX_PKG_SRCURL=https://github.com/KhronosGroup/Vulkan-Tools/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=3c7f9d81d599a36871cc122501713cd67882be4777872c8c5e17834e2c2047a1
TERMUX_PKG_SHA256=9f06f13e588034e323df9222532b76518ace8bf5e4eb4ca9fbc6960addf03a93
TERMUX_PKG_BUILD_DEPENDS="libwayland-protocols, vulkan-headers (=${TERMUX_PKG_VERSION}), vulkan-loader-generic (=${TERMUX_PKG_VERSION})"
TERMUX_PKG_DEPENDS="libc++, libx11, libxcb, libwayland"
TERMUX_PKG_RECOMMENDS="vulkan-loader"