git: fee508520bcb - main - graphics/vulkan-headers: update to 1.3.284
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 May 2024 00:55:40 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=fee508520bcb055e1a51bf3797fa1513bf35aba7 commit fee508520bcb055e1a51bf3797fa1513bf35aba7 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-05-06 05:35:37 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-05-09 00:50:29 +0000 graphics/vulkan-headers: update to 1.3.284 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.283...v1.3.284 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 1fdedbfa117d..5fbc76892b9c 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.283 +DISTVERSION= 1.3.284 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 6e841aaf91a1..195882dd7262 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713509657 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.283_GH0.tar.gz) = a76ff77815012c76abc9811215c2167128a73a697bcc23948e858d1f7dd54a85 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.283_GH0.tar.gz) = 2271437 +TIMESTAMP = 1714973737 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.284_GH0.tar.gz) = 141619d4ce53814802a9311112902a95749ba16b32c0ee7997335c4988689686 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.284_GH0.tar.gz) = 2274858 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index b03793f2d24f..d6bdde1e69f9 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.283 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org