git: 2cd97b634303 - main - graphics/vulkan-headers: update to 1.3.297
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 11:21:31 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cd97b634303e612aaba38efb3884320db235606 commit 2cd97b634303e612aaba38efb3884320db235606 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-10-04 14:10:10 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-10-06 11:20:49 +0000 graphics/vulkan-headers: update to 1.3.297 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.296...v1.3.297 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 d60dc78c0df5..cb6f1a9b9a53 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.296 +DISTVERSION= 1.3.297 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index db62589908a8..ab63b820ec87 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727337055 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.296_GH0.tar.gz) = e204e0b3c19f622d197df945737f5db913d6621830999b8578d34e80a7c90585 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.296_GH0.tar.gz) = 2358613 +TIMESTAMP = 1728051010 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.297_GH0.tar.gz) = 1d679e2edc43cb7ad818b81dea960e374f1d6dd082325eb9b4c6113e76263c02 +SIZE (KhronosGroup-Vulkan-Headers-v1.3.297_GH0.tar.gz) = 2359701 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 27ed7b826eff..9bc1b8906cf8 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.296 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org