git: 121a80e60d6a - main - graphics/vulkan-headers: update to 1.3.247
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Apr 2023 02:53:08 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=121a80e60d6a162843db3a2204bea82af4725faf commit 121a80e60d6a162843db3a2204bea82af4725faf Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-13 10:27:32 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-14 02:52:34 +0000 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 --- graphics/vulkan-headers/Makefile | 2 +- graphics/vulkan-headers/distinfo | 6 +++--- 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