git: 715757859714 - main - graphics/vulkan-headers: update to 1.3.286
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jun 2024 09:59:28 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=715757859714a2610cad0b7bd9e3261ba06819ce commit 715757859714a2610cad0b7bd9e3261ba06819ce Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-05-31 10:06:51 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-06-01 09:58:27 +0000 graphics/vulkan-headers: update to 1.3.286 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.285...v1.3.286 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 d68da1cbe7e3..f2adcfdf25c3 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.285 +DISTVERSION= 1.3.286 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 4d6e865cc92d..7e0beaf78649 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715330369 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.285_GH0.tar.gz) = 212455eeab2cef5d93b1b991e548afe184f294428118f747989a97677e19ab2a -SIZE (KhronosGroup-Vulkan-Headers-v1.3.285_GH0.tar.gz) = 2281059 +TIMESTAMP = 1717150011 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.286_GH0.tar.gz) = a82a6982efe5e603e23505ca19b469e8f3d876fc677c46b7bfb6177f517bf8fe +SIZE (KhronosGroup-Vulkan-Headers-v1.3.286_GH0.tar.gz) = 2285935 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 86cd52c74ad5..171c8f4ddcba 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.285 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org