git: 7cd00ad8f887 - main - graphics/vulkan-headers: update to 1.3.292
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Aug 2024 20:14:33 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7cd00ad8f887bd1f7394dcef51baa5b6d270b217 commit 7cd00ad8f887bd1f7394dcef51baa5b6d270b217 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-07-27 12:26:27 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-08-02 20:09:01 +0000 graphics/vulkan-headers: update to 1.3.292 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.290...v1.3.292 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 98a99d69a37d..6609b3e307aa 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.290 +DISTVERSION= 1.3.292 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 87f621632469..bad4709734e8 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720811628 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.290_GH0.tar.gz) = c4606a201e8704d75bb974657f08604013d073a862cc127f9f31760213f3afa0 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.290_GH0.tar.gz) = 2284054 +TIMESTAMP = 1722083187 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.292_GH0.tar.gz) = 1e64b66ac0063f2192db7b7443d9d732b656614a3e4b76c58697e98a26fc245d +SIZE (KhronosGroup-Vulkan-Headers-v1.3.292_GH0.tar.gz) = 2291437 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 3a8b12ff4ea4..f4fb13815c73 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.290 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org