summaryrefslogtreecommitdiffstats
path: root/source/x/vulkan-sdk/fetch-sources.sh
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-06-19 05:47:22 +0000
committer Eric Hameleers <alien@slackware.com>2018-06-19 21:00:33 +0200
commita27618d0d02506153de111da1055a5af43245d13 (patch)
treeaac04c0efce34e6e5cc21b2abe6fd0f30771c436 /source/x/vulkan-sdk/fetch-sources.sh
parent8b12b1496e7d9715d7b4938843ab72bec9dd2c2b (diff)
downloadcurrent-a27618d0d02506153de111da1055a5af43245d13.tar.gz
current-a27618d0d02506153de111da1055a5af43245d13.tar.xz
Tue Jun 19 05:47:22 UTC 201820180619054722
a/btrfs-progs-v4.17-x86_64-1.txz: Upgraded. a/lvm2-2.02.179-x86_64-1.txz: Upgraded. l/imagemagick-6.9.10_2-x86_64-1.txz: Upgraded. n/NetworkManager-1.10.10-x86_64-1.txz: Upgraded. x/vulkan-sdk-1.1.73.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/x/vulkan-sdk/fetch-sources.sh')
-rwxr-xr-xsource/x/vulkan-sdk/fetch-sources.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/x/vulkan-sdk/fetch-sources.sh b/source/x/vulkan-sdk/fetch-sources.sh
index 590849a50..e67dfaf6d 100755
--- a/source/x/vulkan-sdk/fetch-sources.sh
+++ b/source/x/vulkan-sdk/fetch-sources.sh
@@ -25,9 +25,9 @@
# github, and then look at the revisions listed in the external_revisions
# directory to fetch the proper glslang, SPIRV-Headers, and SPIRV-Tools.
#
-# Example: VERSION=1.1.70.0 ./fetch-sources.sh
+# Example: VERSION=1.1.73.0 ./fetch-sources.sh
-VERSION=${VERSION:-1.1.70.0}
+VERSION=${VERSION:-1.1.73.0}
# Remove existing sources:
rm -rf Vulkan-LoaderAndValidationLayers-sdk* glslang-* SPIRV-Headers-* SPIRV-Tools-*