diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-04-13 10:27:32 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-04-14 02:52:34 +0000 |
commit | 121a80e60d6a162843db3a2204bea82af4725faf (patch) | |
tree | 04c92fbe2811a62da81a0c5eaa62e9e33d16c787 | |
parent | e26afa5526792f92729de0ded4fb21c445f1d23b (diff) | |
download | ports-121a80e60d6a162843db3a2204bea82af4725faf.tar.gz ports-121a80e60d6a162843db3a2204bea82af4725faf.zip |
graphics/vulkan-headers: update to 1.3.247
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.246...v1.3.247
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 3c036e1c07f6..5df7920cfbc2 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.246 +DISTVERSION= 1.3.247 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 49f0c6fad782..80ea20e21c64 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680261315 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.246_GH0.tar.gz) = 4fb971a152d4f02878a779d643cc86c66a0455ce23fdfa1404ce112eb8f718a5 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.246_GH0.tar.gz) = 1948720 +TIMESTAMP = 1681381652 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.247_GH0.tar.gz) = 4c5c99bd64b5f74bdaec012e69dd5567deb52d78f12f6d2c43c29fd0a1eee87e +SIZE (KhronosGroup-Vulkan-Headers-v1.3.247_GH0.tar.gz) = 1956980 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 677bb998b624..9424a3c6e621 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.246 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org |