git: a1098444b910 - main - graphics/vulkan-headers: update to 1.3.296
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Sep 2024 18:54:44 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1098444b91026aafeb71c410a2ac58dd1ff878a commit a1098444b91026aafeb71c410a2ac58dd1ff878a Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-09-26 07:50:55 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-09-27 18:51:51 +0000 graphics/vulkan-headers: update to 1.3.296 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.295...v1.3.296 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 d70ead41ea92..d60dc78c0df5 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.295 +DISTVERSION= 1.3.296 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 84592f689ed9..db62589908a8 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725036862 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.295_GH0.tar.gz) = b4568b984be4b8a317343cc14d854669e258705079a16cabef3fb92302f55561 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.295_GH0.tar.gz) = 2309986 +TIMESTAMP = 1727337055 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.296_GH0.tar.gz) = e204e0b3c19f622d197df945737f5db913d6621830999b8578d34e80a7c90585 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.296_GH0.tar.gz) = 2358613 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 31e55555ce31..39e7f2d188e5 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.295 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org