git: 6cb60534f520 - main - graphics/vulkan-headers: update to 1.4.312
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Apr 2025 23:04:23 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cb60534f52006b1c6358e9b23836922a6bde8c8 commit 6cb60534f52006b1c6358e9b23836922a6bde8c8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2025-04-04 11:45:22 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2025-04-05 23:03:17 +0000 graphics/vulkan-headers: update to 1.4.312 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.311...v1.4.312 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 5cbbda89202d..fc1d67cc3402 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.4.311 +DISTVERSION= 1.4.312 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 48b2229c410a..1685e8f201d5 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742538788 -SHA256 (KhronosGroup-Vulkan-Headers-v1.4.311_GH0.tar.gz) = 7989c360b870bcc2de52b9fd626fd2ba7a212fe177ade3aa3a10b2bcb61f8689 -SIZE (KhronosGroup-Vulkan-Headers-v1.4.311_GH0.tar.gz) = 2591166 +TIMESTAMP = 1743767122 +SHA256 (KhronosGroup-Vulkan-Headers-v1.4.312_GH0.tar.gz) = 0f1eb34aa1182baf636e3dbedc9e9ce0acad87794ea15e94378b5deeeb17463f +SIZE (KhronosGroup-Vulkan-Headers-v1.4.312_GH0.tar.gz) = 2620367 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index b6074437af2b..eea5e1171c6b 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.4.311 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org