diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-08-04 08:52:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-08-05 21:45:44 +0000 |
commit | 2561c3e25c99b55108794f584896f8d5d58950f0 (patch) | |
tree | 8656679cbb0b57fc9eff92e80a9d066aa306ee32 | |
parent | 40a636cfabe9d83de6a25e6e41e932df279ca5a4 (diff) | |
download | ports-2561c3e25c99b55108794f584896f8d5d58950f0.tar.gz ports-2561c3e25c99b55108794f584896f8d5d58950f0.zip |
graphics/vulkan-headers: update to 1.3.224
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.223...v1.3.224
Reported by: Repology, portscout
-rw-r--r-- | graphics/vulkan-headers/Makefile | 2 | ||||
-rw-r--r-- | graphics/vulkan-headers/distinfo | 6 | ||||
-rw-r--r-- | graphics/vulkan-loader/Makefile | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index ff849f65dba6..3f84293cec0d 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.223 +DISTVERSION= 1.3.224 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index ca416eeb8054..e973bb567eea 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659008270 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.223_GH0.tar.gz) = da6b5604e6f5be48c97fbb122fd7ffdde97e6f1442c5ddbb854d50c3dda962fc -SIZE (KhronosGroup-Vulkan-Headers-v1.3.223_GH0.tar.gz) = 1542539 +TIMESTAMP = 1659603156 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.224_GH0.tar.gz) = 8829272058455c6ba393df66b9fac3ae3617eb0df48c860e225ceb1622fa7700 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.224_GH0.tar.gz) = 1521224 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index bca43940e726..b33c26204e72 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.223 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org |