git: f291caebc87a - main - graphics/vulkan-headers: update to 1.3.278
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Feb 2024 23:08:13 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=f291caebc87a1c5ed69eefed35e89040eeccd5a0 commit f291caebc87a1c5ed69eefed35e89040eeccd5a0 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-02-16 10:34:38 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-02-17 23:07:28 +0000 graphics/vulkan-headers: update to 1.3.278 Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.277...v1.3.278 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 1cda544d5f3d..f9cf5a764148 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -1,6 +1,6 @@ PORTNAME= vulkan-headers DISTVERSIONPREFIX= v -DISTVERSION= 1.3.277 +DISTVERSION= 1.3.278 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/vulkan-headers/distinfo b/graphics/vulkan-headers/distinfo index 8a68491edb1e..557857bf713d 100644 --- a/graphics/vulkan-headers/distinfo +++ b/graphics/vulkan-headers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706795507 -SHA256 (KhronosGroup-Vulkan-Headers-v1.3.277_GH0.tar.gz) = 33e0c000f1e9a8019e4b86106d62b64133314a13fef712390c1f0563f4920614 -SIZE (KhronosGroup-Vulkan-Headers-v1.3.277_GH0.tar.gz) = 2238732 +TIMESTAMP = 1708079678 +SHA256 (KhronosGroup-Vulkan-Headers-v1.3.278_GH0.tar.gz) = 590cd0506be759972d0c714550c49bb90a1cc9c9e5337a10724bca6cdfd56dbe +SIZE (KhronosGroup-Vulkan-Headers-v1.3.278_GH0.tar.gz) = 2253249 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index 699144c5d70d..1115d68f780a 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -1,6 +1,7 @@ PORTNAME= vulkan-loader DISTVERSIONPREFIX= v DISTVERSION= 1.3.277 +PORTREVISION= 1 CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org