diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-11-09 08:30:23 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-11-10 21:48:27 +0000 |
commit | 1654861cc148011530586dc70cf2aaa3aa632f18 (patch) | |
tree | 69798c850642fefa1682caaab7ace2dd6e29e588 | |
parent | d069710805e852b8b212e3ffe13f66b5653a0284 (diff) | |
download | ports-1654861cc148011530586dc70cf2aaa3aa632f18.tar.gz ports-1654861cc148011530586dc70cf2aaa3aa632f18.zip |
graphics/vulkan-headers: update to 1.2.198
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.197...v1.2.198
Reported by: Repology
-rw-r--r-- | graphics/vulkan-headers/Makefile | 2 | ||||
-rw-r--r-- | graphics/vulkan-headers/distinfo | 6 | ||||
-rw-r--r-- | graphics/vulkan-loader/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 4f3f056cb2c6..8d95403cd4a2 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.2.197 +DISTVERSION= 1.2.198 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index f6c1c39425e7..33a00ec4f06c 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635872513 -SHA256 (KhronosGroup-Vulkan-Headers-v1.2.197_GH0.tar.gz) = b5f306b2deff990563448827a96f9c8e8de86df591950a6b9cbd61d20936f3b4 -SIZE (KhronosGroup-Vulkan-Headers-v1.2.197_GH0.tar.gz) = 1287404 +TIMESTAMP = 1636446623 +SHA256 (KhronosGroup-Vulkan-Headers-v1.2.198_GH0.tar.gz) = 0b2c69bc392a0022652f65efe5c51ec39ae90ec427065a914ba74ac6c728db30 +SIZE (KhronosGroup-Vulkan-Headers-v1.2.198_GH0.tar.gz) = 1288016 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index c3242d751719..edcae4b49dbb 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,7 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.2.197 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org |