diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-05-28 12:45:47 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-05-29 03:14:52 +0000 |
commit | 28292bfbf75a0396c0986e64d38eeca834b9a93a (patch) | |
tree | 7f69918072dae52fb3f4cb7c2f21257bafc2a004 | |
parent | 5a78e2be917576be30b49e341a5e2a0a4b4a11b5 (diff) | |
download | ports-28292bfbf75a0396c0986e64d38eeca834b9a93a.tar.gz ports-28292bfbf75a0396c0986e64d38eeca834b9a93a.zip |
graphics/vulkan-headers: update to 1.3.251
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.250...v1.3.251
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 2587c7149557..ba8ebb8d1374 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.250 +DISTVERSION= 1.3.251 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index c61d003fa20f..e0695588f338 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683188393 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.250_GH0.tar.gz) = c4c5a706a1f8f4d329fec2909b8c3fef4a4be043f393dbde5ce1439daa1194ab -SIZE (KhronosGroup-Vulkan-Headers-v1.3.250_GH0.tar.gz) = 1964419 +TIMESTAMP = 1685277947 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.251_GH0.tar.gz) = e14ac3a6868d9cffcd76e8e92eb0373eb675ab5725672af35b4ba664348e8261 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.251_GH0.tar.gz) = 1973537 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 6f39392d5607..9e84632ac1ab 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.250 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org |