git: 4868165d658c - main - graphics/vulkan-headers: update to 1.4.303
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Dec 2024 18:25:59 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4868165d658cda92dfea971dab8dc476a6dccc03 commit 4868165d658cda92dfea971dab8dc476a6dccc03 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-12-04 08:19:07 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-12-04 18:25:09 +0000 graphics/vulkan-headers: update to 1.4.303 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.302...v1.4.303 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 cabbeece8678..d8b74a877a4d 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.302 +DISTVERSION= 1.4.303 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 93246ba15354..a8cbe32f8f6b 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732171211 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.302_GH0.tar.gz) = 996c3f4220971e3b3cd6b8933e9e81f0bc82b6d2d6449b6f02c66946d65bf944 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.302_GH0.tar.gz) = 2408373 +TIMESTAMP = 1733300347 +SHA256 (KhronosGroup-Vulkan-Headers-v1.4.303_GH0.tar.gz) = fdf0e2e05356b455137ff97f837c9689ba253ec7d20f87ad81575b9bdbe7fdd4 +SIZE (KhronosGroup-Vulkan-Headers-v1.4.303_GH0.tar.gz) = 2440533 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index b10b1a22683b..d3ea1a447b7f 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.302 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org