git: a3d92be46576 - main - graphics/vulkan-headers: update to 1.3.295

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sat, 31 Aug 2024 00:58:21 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3d92be46576493c713b5c89e72e97b4aa34da95

commit a3d92be46576493c713b5c89e72e97b4aa34da95
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-08-30 16:54:22 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-08-31 00:58:00 +0000

    graphics/vulkan-headers: update to 1.3.295
    
    Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
    
    Changes:        https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.294...v1.3.295
    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 c913da6554c4..d70ead41ea92 100644
--- a/graphics/vulkan-headers/Makefile
+++ b/graphics/vulkan-headers/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	vulkan-headers
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.3.294
+DISTVERSION=	1.3.295
 CATEGORIES=	graphics
 
 MAINTAINER=	jbeich@FreeBSD.org
diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo
index c28cc024c8e9..84592f689ed9 100644
--- a/graphics/vulkan-headers/distinfo
+++ b/graphics/vulkan-headers/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1724411174
-SHA256 (KhronosGroup-Vulkan-Headers-v1.3.294_GH0.tar.gz) = 7c3844f5bd6648d5c13941941cd72b42d7f5a5dd5fbaaff546e92eb73e216b13
-SIZE (KhronosGroup-Vulkan-Headers-v1.3.294_GH0.tar.gz) = 2308898
+TIMESTAMP = 1725036862
+SHA256 (KhronosGroup-Vulkan-Headers-v1.3.295_GH0.tar.gz) = b4568b984be4b8a317343cc14d854669e258705079a16cabef3fb92302f55561
+SIZE (KhronosGroup-Vulkan-Headers-v1.3.295_GH0.tar.gz) = 2309986
diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile
index a9a2e878fc54..a62a748b60f2 100644
--- a/graphics/vulkan-loader/Makefile
+++ b/graphics/vulkan-loader/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	vulkan-loader
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.3.294
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 
 MAINTAINER=	jbeich@FreeBSD.org