Upgraded vulkan loader from 1.3.253 to 1.3.268.0

This commit is contained in:
dslm4515
2023-12-19 18:10:33 -06:00
parent bf5a1a0763
commit 810506f9b5

View File

@ -1,7 +1,7 @@
#! /bin/bash
# Vulkan Loader
# Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.253.tar.gz
# Source: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/vulkan-sdk-1.3.268.0.tar.gz
#
# $BUILD = Directory to temporarily install
# $PKGS = Directory to store built packages
@ -46,5 +46,5 @@ vulkan-loader: https://github.com/khronosgroup/vulkan-loader
vulkan-loader:
EOF
sudo -S mv -v /tmp/slack-desc install/ &&
sudo -S makepkg -l y -c n $PKGS/vulkan-loader-1.3.253-$PSUFFIX &&
sudo -S makepkg -l y -c n $PKGS/vulkan-loader-1.3.268.0-$PSUFFIX &&
sudo -S rm -rf ${BUILD}/*