git: 3e8443f0f4f1 - main - graphics/vulkan-headers: update to 1.3.301
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Nov 2024 00:27:30 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e8443f0f4f1bb55646a5883605aa6f30bd64466 commit 3e8443f0f4f1bb55646a5883605aa6f30bd64466 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-11-02 02:52:35 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-11-05 00:26:19 +0000 graphics/vulkan-headers: update to 1.3.301 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.300...v1.3.301 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 9041085f362f..15b332e53347 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.300 +DISTVERSION= 1.3.301 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index e35995ceffda..f157b7c87be0 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729865129 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.300_GH0.tar.gz) = 9a0542fb2233e39179fcc9aba8b0dd9deee4a19a2d7adb89449144b2e3d80e93 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.300_GH0.tar.gz) = 2367308 +TIMESTAMP = 1730515955 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.301_GH0.tar.gz) = 6c02949bed7f3984e1d12263bdce52a1c99e54a1abcdae90d00527c2890c1cc5 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.301_GH0.tar.gz) = 2378387 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 763ec174a86b..1ce8447fd8ed 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.300 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org